On 01/30/2009 03:48 AM, field...@apache.org wrote: > Author: fielding > Date: Fri Jan 30 02:48:08 2009 > New Revision: 739150 > > URL: http://svn.apache.org/viewvc?rev=739150&view=rev > Log: > revert r711228: the ap_unixd_setup_child prototype needs to go somewhere. > > Modified: > httpd/httpd/trunk/os/unix/unixd.h > > Modified: httpd/httpd/trunk/os/unix/unixd.h > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/os/unix/unixd.h?rev=739150&r1=739149&r2=739150&view=diff > ============================================================================== > --- httpd/httpd/trunk/os/unix/unixd.h (original) > +++ httpd/httpd/trunk/os/unix/unixd.h Fri Jan 30 02:48:08 2009 > @@ -80,6 +80,8 @@ > } unixd_config_rec; > AP_DECLARE_DATA extern unixd_config_rec ap_unixd_config; > > +AP_DECLARE(int) ap_unixd_setup_child(void); /* mod_cgid needs this */ > +
Hm. This break compilation of trunk as this symbol is now added to exports.c again with no implementation in the core (only in a module). Where did it break with -Werror prior to this change? Regards RĂ¼diger