You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Chuck Murcko <ch...@hyperreal.com> on 1997/05/09 11:34:10 UTC

cvs commit: apache/htdocs/manual unixware.html

chuck       97/05/09 02:34:10

  Modified:    htdocs/manual  unixware.html
  Log:
  Add info from DeanRMoeller <dm...@lucent.com>, PR#466, concerning
  problems with accept() errors.
  
  Revision  Changes    Path
  1.3       +3 -1      apache/htdocs/manual/unixware.html
  
  Index: unixware.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/unixware.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** unixware.html	1997/04/25 01:27:30	1.2
  --- unixware.html	1997/05/09 09:34:09	1.3
  ***************
  *** 16,22 ****
    <H2>UnixWare 1.x</H2>
    
    Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not
  ! defined by Apache autoconfiguration).
    
    <H2>UnixWare 2.0.x</H2>
    
  --- 16,24 ----
    <H2>UnixWare 1.x</H2>
    
    Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not
  ! 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>