You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/08/15 13:03:42 UTC

cvs commit: apache-2.0/mpm/src/modules/mpm/mpmt_pthread acceptlock.h

rse         99/08/15 04:03:42

  Modified:    mpm/src/modules/mpm/mpmt_pthread acceptlock.h
  Log:
  Avoid warning
  
  Revision  Changes    Path
  1.3       +2 -0      apache-2.0/mpm/src/modules/mpm/mpmt_pthread/acceptlock.h
  
  Index: acceptlock.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/mpm/mpmt_pthread/acceptlock.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- acceptlock.h	1999/06/27 03:45:15	1.2
  +++ acceptlock.h	1999/08/15 11:03:42	1.3
  @@ -118,7 +118,9 @@
   #if !defined(MULTITHREAD)
   /* Multithreaded systems don't complete between processes for
    * the sockets. */
  +#ifndef NO_SERIALIZED_ACCEPT
   #define NO_SERIALIZED_ACCEPT
  +#endif
   #define accept_mutex_child_init(x)
   #define accept_mutex_init(x, y)
   #define accept_mutex_on(x)