summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorTheo Deraadt <deraadt@openbsd.org>2010-08-04 19:46:13 +0000
committerTheo Deraadt <deraadt@openbsd.org>2010-08-04 19:46:13 +0000
commit4274a7ec89fbf2a0f8417f97d37f8cc8c5e3e156 (patch)
treea3caeae7ec20f6b4bc331cd1b1c8b05d5dc7ac12 /tmux.c
parent77f9c49829fa6c9f33f14ed7cf43ecb4827b54bc (diff)
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
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.c b/tmux.c
index 6edaf8f5..e42e48d3 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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. */