From f3c3a55593036d7dfecf3f59ddc951148d0ec228 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Mar 2010 02:41:13 +0000 Subject: *** empty log message *** --- Changes | 3 ++- ev_kqueue.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c681e23..285fed2 100644 --- a/Changes +++ b/Changes @@ -9,7 +9,8 @@ TODO: win32 write() to socket for signal handling - replace EV_MINIMAL by EV_FEATURES. - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu). - add (undocumented) EV_ENABLE when adding events with kqueue, - this might help (helpfully pointed out by Tilghman Lesher). + this might help with OS X, which seems to need it despite documenting + not to need it (helpfully pointed out by Tilghman Lesher). - configure now prepends -O3, not appends it, so one can still override it. - disable poll backend on AIX, the poll header spams the namespace diff --git a/ev_kqueue.c b/ev_kqueue.c index 8e46c2a..a093d55 100644 --- a/ev_kqueue.c +++ b/ev_kqueue.c @@ -1,7 +1,7 @@ /* * libev kqueue backend * - * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann + * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- -- cgit v1.2.3