From bd14b551e5ed2aa166f071a6e19770979a6056be Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Fri, 9 May 1997 09:34:09 +0000 Subject: [PATCH] Add info from DeanRMoeller , PR#466, concerning problems with accept() errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78130 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/unixware.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/platform/unixware.html b/docs/manual/platform/unixware.html index 73240b5cee..fac7f5bb2f 100644 --- a/docs/manual/platform/unixware.html +++ b/docs/manual/platform/unixware.html @@ -16,7 +16,9 @@ bind errors, and accept errors, to name a few.

UnixWare 1.x

Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not -defined by Apache autoconfiguration). +defined by Apache autoconfiguration). If using the UnixWare cc +compiler, and you still see accept() errors, don't use compiler optimization, +or get gcc.

UnixWare 2.0.x

-- 2.40.0