--- libev/ev_kqueue.c 2007/12/09 02:12:44 1.29 +++ libev/ev_kqueue.c 2007/12/09 03:51:19 1.30 @@ -153,7 +153,6 @@ fcntl (backend_fd, F_SETFD, FD_CLOEXEC); /* not sure if necessary, hopefully doesn't hurt */ - /* fudge *might* be zero from the documentation, but bsd docs are notoriously wrong */ backend_fudge = 1e-3; /* needed to compensate for kevent returning early */ backend_modify = kqueue_modify; backend_poll = kqueue_poll;