From ebd3ccf98e040963ec93e6570cb1ded4de4072d0 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Fri, 9 Dec 2011 17:01:02 +0100 Subject: [PATCH] Disable the kqueue backend because it crashes under certain circumstances (see bug #169). --- src/system.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system.h b/src/system.h index a3f230b..bdbf34f 100644 --- a/src/system.h +++ b/src/system.h @@ -106,8 +106,10 @@ #endif #ifdef BSD_LIKE +/* #define USE_KQUEUE #include +*/ #endif #define USE_SELECT