--- libev/ev_poll.c 2007/11/12 05:40:55 1.13 +++ libev/ev_poll.c 2007/11/12 20:03:39 1.14 @@ -53,7 +53,7 @@ if (idx < 0) /* need to allocate a new pollfd */ { pollidxs [fd] = idx = pollcnt++; - array_needsize (struct pollfd, polls, pollmax, pollcnt, (void)); + array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); polls [idx].fd = fd; }