You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dale Ghent <da...@elemental.org> on 2001/01/05 22:00:29 UTC

Re: cvs commit: httpd-2.0/server config.c util.c

On 5 Jan 2001 ake@apache.org wrote:

| ake         01/01/05 12:44:45
| 
|   Modified:    include  httpd.h
|                modules/http http_core.c
|                server   config.c util.c
|   Log:
|   add pool parameter to ap_is_directory and ap_is_rdirectory

Did this compile for you? It broke on my box:

config.c: In function `ap_process_resource_config':
config.c:1372: warning: passing arg 1 of `ap_is_rdirectory' from
incompatible pointer type
config.c:1372: too many arguments to function `ap_is_rdirectory'
make[2]: *** [config.lo] Error 1
make[2]: Leaving directory `/local/src/apache-dev/httpd-2.0/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local/src/apache-dev/httpd-2.0/server'
make: *** [all-recursive] Error 1

/dale


Re: cvs commit: httpd-2.0/server config.c util.c

Posted by Dale Ghent <da...@elemental.org>.
On Fri, 5 Jan 2001, Dale Ghent wrote:

| On 5 Jan 2001 ake@apache.org wrote:
| 
| | ake         01/01/05 12:44:45
| | 
| |   Modified:    include  httpd.h
| |                modules/http http_core.c
| |                server   config.c util.c
| |   Log:
| |   add pool parameter to ap_is_directory and ap_is_rdirectory
| 
| Did this compile for you? It broke on my box:
| 
| config.c: In function `ap_process_resource_config':
| config.c:1372: warning: passing arg 1 of `ap_is_rdirectory' from
| incompatible pointer type

Ok, so a rm of the tree and a re-checkout cleared this up.

sigh. I love you, cvs.

/dale