[BACK]Return to tmux.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.c between version 1.85 and 1.86

version 1.85, 2010/07/24 19:25:31 version 1.86, 2010/08/04 19:46:13
Line 532 
Line 532 
                 exit(1);                  exit(1);
         }          }
   
         if (setenv("EVENT_NOKQUEUE", "1", 1) != 0)  
                 fatal("setenv");  
         ev_base = event_init();          ev_base = event_init();
         unsetenv("EVENT_NOKQUEUE");  
         set_signals(main_signal);          set_signals(main_signal);
   
         /* Initialise the client socket/start the server. */          /* Initialise the client socket/start the server. */

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86