From: Jeff Trawick Date: Fri, 7 Sep 2001 12:46:16 +0000 (+0000) Subject: fix a typo (needed space instead of '_') X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7eccac76e8ad6bd9540287d34572afd6a42299;p=thirdparty%2Fapache%2Fhttpd.git fix a typo (needed space instead of '_') git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90950 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index af7967c5a20..f5a34ed8a77 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -100,7 +100,7 @@ Changes with Apache 1.3.21 due to configuration errors. [Brad Nicholes ] - *)_Change the compile switches for ReliantUNIX SVR4 not to use + *) Change the compile switches for ReliantUNIX SVR4 not to use SYSV semaphores, because upon reaching the system limit of semaphores, the whole server exits (not just one child). Apache could be improved to use NO_SEM_UNDO flag (see test/time-sem.c)