martin      99/10/29 00:48:00

  Modified:    src/main http_main.c
  Log:
  This got lost in the NETWARE commit
  
  Revision  Changes    Path
  1.480     +1 -1      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.479
  retrieving revision 1.480
  diff -u -r1.479 -r1.480
  --- http_main.c       1999/10/21 20:44:41     1.479
  +++ http_main.c       1999/10/29 07:47:57     1.480
  @@ -1024,7 +1024,7 @@
   #endif
   
   /* On some architectures it's safe to do unserialized accept()s in the single
  - * ' case.  But it's never safe to do it in the case where there's
  + * Listen case.  But it's never safe to do it in the case where there's
    * multiple Listen statements.  Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
    * when it's safe in the single Listen case.
    */
  
  
  

Reply via email to