Disable the kqueue backend because it crashes under certain circumstances (see bug #169).
This commit is contained in:
parent
b28417c3a3
commit
ebd3ccf98e
|
@ -106,8 +106,10 @@
|
|||
#endif
|
||||
|
||||
#ifdef BSD_LIKE
|
||||
/*
|
||||
#define USE_KQUEUE
|
||||
#include <sys/event.h>
|
||||
*/
|
||||
#endif
|
||||
|
||||
#define USE_SELECT
|
||||
|
|
Loading…
Reference in New Issue