From 6fe359149e0a2050905f6ccf9339ce3a94e9c6d2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Oct 2008 07:04:52 +0000 Subject: *** empty log message *** --- ev_epoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev_epoll.c') diff --git a/ev_epoll.c b/ev_epoll.c index b2b4952..aba1b1f 100644 --- a/ev_epoll.c +++ b/ev_epoll.c @@ -138,7 +138,7 @@ epoll_poll (EV_P_ ev_tstamp timeout) | (ev->events & (EPOLLIN | EPOLLERR | EPOLLHUP) ? EV_READ : 0); /* check for spurious notification */ - if (expect_false (anfds [fd].egen != (unsigned char)(ev->data.u64 >> 32))) + if (expect_false (anfds [fd].egen != (uint32_t)(ev->data.u64 >> 32))) { /* recreate kernel state */ postfork = 1; -- cgit v1.2.3