diff options
| author | root <root> | 2007-11-12 05:40:55 +0000 | 
|---|---|---|
| committer | root <root> | 2007-11-12 05:40:55 +0000 | 
| commit | 7e305734bf37cb00b5be4f32a80bccdf83c768b8 (patch) | |
| tree | 941a0a48e1b2771850b919a577685f1b8b38983c /ev_poll.c | |
| parent | e0e6405dcc1fa8cdfe05ddc51fe252bd3a4e6fa4 (diff) | |
applied patches by W.C.A. Wijngaards, changed env variable handling
Diffstat (limited to 'ev_poll.c')
| -rw-r--r-- | ev_poll.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ poll_modify (EV_P_ int fd, int oev, int nev)    if (idx < 0) /* need to allocate a new pollfd */      {        pollidxs [fd] = idx = pollcnt++; -      array_needsize (struct pollfd, polls, pollmax, pollcnt, ); +      array_needsize (struct pollfd, polls, pollmax, pollcnt, (void));        polls [idx].fd = fd;      }  | 
