From: Chuck Murcko Date: Tue, 24 Jul 2001 21:50:21 +0000 (+0000) Subject: fix warning X-Git-Tag: 2.0.22~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=594feb7de5dedf4da223bca79b1fe21eea15d8a2;p=apache fix warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89685 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c index 1b3698ac7d..a2af718757 100644 --- a/modules/experimental/mod_example.c +++ b/modules/experimental/mod_example.c @@ -911,9 +911,10 @@ static void x_open_logs(apr_pool_t *pconf, apr_pool_t *plog, /* * All our process-death routine does is add its trace to the log. */ -static void x_child_exit(apr_pool_t *pchild, server_rec *s) +static apr_status_t x_child_exit(void *data) { char *note; + server_rec *s = data; char *sname = s->server_hostname; /*