I'm not sure why but I didn't get your original email quoted below. I added the APR_DECLARE because I can't build httpd trunk without it. apr_wait_for_io_or_timeout() is used in 2 places in httpd. The one causing me trouble is in mod_reqtimeout.c. The other is mod_proxy_fdpass.c but I don't have that enabled.
I'm happy to reverse this if that's the right thing to do but httpd will have to remove all references to the function. Mladen Turk wrote: > Hi, > > Will you do something about that or do I have > to make the official -1? > > So far you didn't even consider to reply which > is I presume caused by the email noise. > > > On 04/04/2010 05:58 PM, Mladen Turk wrote: >> On 04/03/2010 05:43 PM, b...@apache.org wrote: >>> Author: bjh >>> Date: Sat Apr 3 15:43:00 2010 >>> New Revision: 930533 >>> >>> URL: http://svn.apache.org/viewvc?rev=930533&view=rev >>> Log: >>> Add missing APR_DECLARE for apr_wait_for_io_or_timeout() declaration. >>> >> >> I don't think this was missing. >> apr_wait_for_io_or_timeout was not a public API which you >> have just made. >> >> See what apr_support.h says: >> @defgroup apr_support Internal APR support functions >> > > Regards