Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 48052 invoked by uid 500); 6 Feb 2002 21:13:29 -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 48041 invoked by uid 500); 6 Feb 2002 21:13:29 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 6 Feb 2002 21:13:29 -0000 Message-ID: <20020206211329.92501.qmail@icarus.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server log.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bnicholes 02/02/06 13:13:29 Modified: server log.c Log: Removed the #ifdef NETWARE to allow the standard abort() function to be called. Revision Changes Path 1.106 +0 -2 httpd-2.0/server/log.c Index: log.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/log.c,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- log.c 6 Feb 2002 07:25:01 -0000 1.105 +++ log.c 6 Feb 2002 21:13:28 -0000 1.106 @@ -583,8 +583,6 @@ time_str, szFile, nLine, szExp); #if defined(WIN32) DebugBreak(); -#elif defined(NETWARE) - exit(1); #else /* unix assert does an abort leading to a core dump */ abort();