summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Murcko <chuck@apache.org>1997-05-09 09:34:09 +0000
committerChuck Murcko <chuck@apache.org>1997-05-09 09:34:09 +0000
commitbd14b551e5ed2aa166f071a6e19770979a6056be (patch)
tree77dc0b3830d19bb85f692e471765f76972597c3e
parent4ec7800383ef4ada9056af7d81d272427c77ec3e (diff)
downloadhttpd-bd14b551e5ed2aa166f071a6e19770979a6056be.tar.gz
Add info from DeanRMoeller <dmoeller@lucent.com>, 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
-rw-r--r--docs/manual/platform/unixware.html4
1 files changed, 3 insertions, 1 deletions
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.
<H2>UnixWare 1.x</H2>
Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not
-defined by Apache autoconfiguration).
+defined by Apache autoconfiguration). If using the UnixWare <i>cc</i>
+compiler, and you still see accept() errors, don't use compiler optimization,
+or get <i>gcc</i>.
<H2>UnixWare 2.0.x</H2>