switch back to kqueue for now, since (a) kqueue has been fixed to deal

with strange devices and (b) since there appears to be a bull in the
poll code in libevent as well...
requested by nicm who is away
This commit is contained in:
Theo Deraadt
2010-08-04 19:46:13 +00:00
parent 77f9c49829
commit 4274a7ec89
2 changed files with 0 additions and 6 deletions

3
tmux.c
View File

@ -532,10 +532,7 @@ main(int argc, char **argv)
exit(1);
}
if (setenv("EVENT_NOKQUEUE", "1", 1) != 0)
fatal("setenv");
ev_base = event_init();
unsetenv("EVENT_NOKQUEUE");
set_signals(main_signal);
/* Initialise the client socket/start the server. */