[EMAIL PROTECTED] wrote: > jerenkrantz 2004/07/05 20:38:06 > > Modified: . CHANGES configure.in > poll/unix poll.c > test testpoll.c > Log: > Add support for KQueue and sys_epoll to apr_pollset.
this patch seems to have introduced some compile-time warnings: poll/unix/poll.c: In function `backend_cleanup': poll/unix/poll.c:379: warning: unused variable `pollset' poll/unix/poll.c: In function `apr_pollset_remove': poll/unix/poll.c:575: warning: unused variable `fd' make[3]: *** [poll/unix/poll.lo] Error 1 --Geoff