Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 94834 invoked by uid 500); 4 Oct 2001 04:02:22 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 94823 invoked by uid 500); 4 Oct 2001 04:02:22 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 4 Oct 2001 03:59:54 -0000 Message-ID: <20011004035954.93427.qmail@icarus.apache.org> From: wrowe@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/main http_main.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 01/10/03 20:59:54 Modified: src/main http_main.c Log: 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 ] Revision Changes Path 1.553 +3 -1 apache-1.3/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v retrieving revision 1.552 retrieving revision 1.553 diff -u -r1.552 -r1.553 --- http_main.c 2001/10/03 20:56:00 1.552 +++ http_main.c 2001/10/04 03:59:54 1.553 @@ -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) {