From 90442a1b2d562d5479f909590c5f4b6af0a3c29f Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 5 Oct 2001 14:20:53 +0000 Subject: [PATCH] Here is the http_main.c change to fix the compilation error on TPF. This change is within an "#if defined(HAVE_TPF_CORE_SERIALIZED_ACCEPT)" block of code so it should not affect any other platforms. Submitted by: David McCreedy Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91313 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/http_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/http_main.c b/src/main/http_main.c index 11365f1bbc3..874d4f36cce 100644 --- a/src/main/http_main.c +++ b/src/main/http_main.c @@ -1074,7 +1074,9 @@ static void accept_mutex_cleanup_tpfcore(void *foo) coruc(RESOURCE_KEY); } -#define accept_mutex_init_tpfcore(x) +static void accept_mutex_init_tpfcore(pool *foo) +{ +} static void accept_mutex_child_init_tpfcore(pool *p) { -- 2.47.2