On Wed, Jul 10, 2002 at 01:43:20AM -0400, [EMAIL PROTECTED] wrote: > Index: modules/experimental/mod_ext_filter.c > =================================================================== > RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_ext_filter.c,v > retrieving revision 1.31 > diff -u -d -b -w -u -r1.31 mod_ext_filter.c > --- modules/experimental/mod_ext_filter.c 28 Jun 2002 08:40:24 -0000 1.31 > +++ modules/experimental/mod_ext_filter.c 10 Jul 2002 05:36:02 -0000 > @@ -71,6 +71,7 @@ > #include "apr_strings.h" > #include "apr_hash.h" > #include "apr_lib.h" > +#include "apr_poll.h" > #define APR_WANT_STRFUNC > #include "apr_want.h" > > @@ -626,7 +627,7 @@ > #if APR_FILES_AS_SOCKETS > int num_events; > > - rv = apr_poll(ctx->pollset, > + rv = apr_poll(ctx->pollset, 2
Need a comma here. -- justin