*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-12-09 15:06:21 +00:00
parent 98c93a5395
commit 4e25d372bd
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ kqueue_init (EV_P_ int flags)
fcntl (backend_fd, F_SETFD, FD_CLOEXEC); /* not sure if necessary, hopefully doesn't hurt */
backend_fudge = 1e-3; /* needed to compensate for kevent returning early */
backend_fudge = 0.;
backend_modify = kqueue_modify;
backend_poll = kqueue_poll;