You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2002/04/09 08:48:31 UTC

cvs commit: httpd-2.0/server listen.c mpm_common.c

aaron       02/04/08 23:48:31

  Modified:    server   listen.c mpm_common.c
  Log:
  Remove unnecessary includes of apr_lock.h
  
  Revision  Changes    Path
  1.79      +0 -1      httpd-2.0/server/listen.c
  
  Index: listen.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/listen.c,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- listen.c	1 Apr 2002 12:53:09 -0000	1.78
  +++ listen.c	9 Apr 2002 06:48:31 -0000	1.79
  @@ -58,7 +58,6 @@
   
   #include "apr_network_io.h"
   #include "apr_strings.h"
  -#include "apr_lock.h"
   
   #define APR_WANT_STRFUNC
   #include "apr_want.h"
  
  
  
  1.93      +0 -1      httpd-2.0/server/mpm_common.c
  
  Index: mpm_common.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm_common.c,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- mpm_common.c	4 Apr 2002 18:36:03 -0000	1.92
  +++ mpm_common.c	9 Apr 2002 06:48:31 -0000	1.93
  @@ -71,7 +71,6 @@
   #include "apr_thread_proc.h"
   #include "apr_signal.h"
   #include "apr_strings.h"
  -#include "apr_lock.h"
   #define APR_WANT_STRFUNC
   #include "apr_want.h"