]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix the compilation error on TPF.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 03:59:54 +0000 (03:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 03:59:54 +0000 (03:59 +0000)
  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 <McCreedy@us.ibm.com>]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91272 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_main.c

index 10126c03116055ff53fc32ca5cf87fe92da6063c..4b2b368726ecd5410865775003da4b990bc6fdda 100644 (file)
@@ -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)
 {