]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Here is the http_main.c change to fix the compilation error on TPF.
authorJeff Trawick <trawick@apache.org>
Fri, 5 Oct 2001 14:20:53 +0000 (14:20 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 5 Oct 2001 14:20:53 +0000 (14:20 +0000)
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

index 11365f1bbc3f3b7f2dfe3063419cde6d932555d6..874d4f36cceaa6fd56baa443a00452d1ab40b50a 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)
 {