From e87289d36da9c63e36fa747be9263aea0f14dc06 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 13 Aug 2000 18:38:03 +0000 Subject: [PATCH] Missed this first time and forgot about it until now... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86064 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/beos/beos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c index ac8c997878..7a664788b5 100644 --- a/server/mpm/beos/beos.c +++ b/server/mpm/beos/beos.c @@ -592,7 +592,7 @@ static void perform_idle_server_maintenance(void) static void server_main_loop(int remaining_threads_to_start) { int child_slot; - ap_wait_t status; + apr_wait_t status; apr_proc_t pid; int i; -- 2.50.1