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.

Thank you,

David McCreedy


diff -ru3 before/src/main/http_main.c after/src/main/http_main.c
--- before/src/main/http_main.c Wed Oct  3 19:30:29 2001
+++ after/src/main/http_main.c  Wed Oct  3 19:28:44 2001
@@ -1074,7 +1074,9 @@
         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)
 {

Reply via email to