From: Cliff Woolley Date: Mon, 3 Dec 2001 08:34:55 +0000 (+0000) Subject: Fix a typo (?) X-Git-Tag: 2.0.30~301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c3b5e3121bf4968c4dd60f5f9319ddeee65fbda;p=apache Fix a typo (?) 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 --- diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c index 385dbdae14..fe670ea6d2 100644 --- a/server/mpm/experimental/perchild/perchild.c +++ b/server/mpm/experimental/perchild/perchild.c @@ -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; diff --git a/server/mpm/perchild/perchild.c b/server/mpm/perchild/perchild.c index 385dbdae14..fe670ea6d2 100644 --- a/server/mpm/perchild/perchild.c +++ b/server/mpm/perchild/perchild.c @@ -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;