]> granicus.if.org Git - apache/commitdiff
Fix a typo (?)
authorCliff Woolley <jwoolley@apache.org>
Mon, 3 Dec 2001 08:34:55 +0000 (08:34 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 3 Dec 2001 08:34:55 +0000 (08:34 +0000)
One compile error down, several to go.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92293 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c

index 385dbdae14d23dc216f5b0923aaee0a94fa9207f..fe670ea6d211193efdaf73ee94a203c282729a9d 100644 (file)
@@ -1092,7 +1092,7 @@ static void perform_child_maintenance(void)
 static void server_main_loop(int remaining_children_to_start)
 {
     int child_slot;
-    apr_exit_why exitwhy;
+    apr_exit_why_e exitwhy;
     int status;
     apr_proc_t pid;
     int i;
index 385dbdae14d23dc216f5b0923aaee0a94fa9207f..fe670ea6d211193efdaf73ee94a203c282729a9d 100644 (file)
@@ -1092,7 +1092,7 @@ static void perform_child_maintenance(void)
 static void server_main_loop(int remaining_children_to_start)
 {
     int child_slot;
-    apr_exit_why exitwhy;
+    apr_exit_why_e exitwhy;
     int status;
     apr_proc_t pid;
     int i;