From: William A. Rowe Jr Date: Thu, 4 Oct 2001 03:59:54 +0000 (+0000) Subject: Fix the compilation error on TPF. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbd174df154eda46c850af127a8a2744cc6aaa74;p=thirdparty%2Fapache%2Fhttpd.git 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. [David McCreedy ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91272 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/http_main.c b/src/main/http_main.c index 10126c03116..4b2b368726e 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) {