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/12 10:31:33 UTC

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

rse         99/08/12 01:31:33

  Modified:    mpm/src/modules/mpm/dexter acceptlock.h
  Log:
  Prevent a warning
  
  Revision  Changes    Path
  1.2       +2 -0      apache-2.0/mpm/src/modules/mpm/dexter/acceptlock.h
  
  Index: acceptlock.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/mpm/dexter/acceptlock.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- acceptlock.h	1999/07/21 19:07:06	1.1
  +++ acceptlock.h	1999/08/12 08:31:32	1.2
  @@ -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)