Commit eb0899c9 authored by Chuck Murcko's avatar Chuck Murcko
Browse files

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
parent 1b47db5a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>