diff --git a/kqueue.c b/kqueue.c index a61a6057..0bf5e9cc 100644 --- a/kqueue.c +++ b/kqueue.c @@ -202,7 +202,7 @@ kq_dispatch(void *arg, struct timeval *tv) TIMEVAL_TO_TIMESPEC(tv, &ts); res = kevent(kqop->kq, changes, kqop->nchanges, - events, kqop->nevents, &ts); + events, kqop->nevents, &ts); kqop->nchanges = 0; if (res == -1) { if (errno != EINTR) {