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/05/20 06:48:40 UTC

cvs commit: apache-apr/pthreads/src/main http_accept.c

manoj       99/05/19 21:48:40

  Modified:    pthreads/src/include acceptlock.h
               pthreads/src/main http_accept.c
  Log:
  Minor cleanup.
  
  Revision  Changes    Path
  1.6       +0 -3      apache-apr/pthreads/src/include/acceptlock.h
  
  Index: acceptlock.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/include/acceptlock.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- acceptlock.h	1999/05/09 08:39:29	1.5
  +++ acceptlock.h	1999/05/20 04:48:39	1.6
  @@ -121,9 +121,6 @@
   #endif
   #endif
   
  -/* Prototypes for functions required for accept_mutex */
  -void clean_child_exit(int);
  -
   #ifdef __cplusplus
   }
   #endif
  
  
  
  1.13      +1 -0      apache-apr/pthreads/src/main/http_accept.c
  
  Index: http_accept.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_accept.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- http_accept.c	1999/05/09 08:39:31	1.12
  +++ http_accept.c	1999/05/20 04:48:39	1.13
  @@ -57,6 +57,7 @@
    
   #include "httpd.h" 
   #include "http_log.h"
  +#include "http_main.h"
   #include "http_conf_globals.h" 
   #include "acceptlock.h"
   #include "fdqueue.h"