]> granicus.if.org Git - apache/commitdiff
fix warning
authorChuck Murcko <chuck@apache.org>
Tue, 24 Jul 2001 21:50:21 +0000 (21:50 +0000)
committerChuck Murcko <chuck@apache.org>
Tue, 24 Jul 2001 21:50:21 +0000 (21:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89685 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_example.c

index 1b3698ac7d50beb886204e5dd9c046acaece1719..a2af718757214ede29d97cfcb6f47c4755f56a38 100644 (file)
@@ -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;
 
     /*