You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/07/07 17:09:59 UTC

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

martin      99/07/07 08:09:59

  Modified:    mpm/src/modules/mpm/mpmt_pthread acceptlock.c
  Log:
  unixd is required, the unixd_config is referenced
  
  Revision  Changes    Path
  1.3       +1 -0      apache-2.0/mpm/src/modules/mpm/mpmt_pthread/acceptlock.c
  
  Index: acceptlock.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/mpm/mpmt_pthread/acceptlock.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- acceptlock.c	1999/06/27 03:45:15	1.2
  +++ acceptlock.c	1999/07/07 15:09:58	1.3
  @@ -67,6 +67,7 @@
   #include "util_script.h"	/* to force util_script.c linking */ 
   #include "util_uri.h" 
   #include "acceptlock.h"
  +#include "unixd.h"
   #include "http_accept.h"
   #include <netinet/tcp.h> 
   #include <stdio.h>