You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@kiwi.ics.uci.edu> on 1997/11/10 06:32:59 UTC

Re: [PATCH] pool confusion (take 1)

Sounds like a good idea, but the patch doesn't compile on Solaris:

gcc -c  -I../os/unix -I../main    -DSOLARIS2=250 -DSTATUS -g -Wall -DDEFAULT_LOGLEVEL=7  http_main.c
http_main.c: In function `accept_mutex_init':
http_main.c:408: too few arguments to function `register_cleanup'
make[1]: *** [http_main.o] Error 1

....Roy