[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.84 and 1.85

version 1.84, 2010/07/11 17:06:45 version 1.85, 2010/07/24 19:25:31
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.84  
changed lines
  Added in v.1.85