You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/03/14 05:43:11 UTC

cvs commit: httpd-2.0/server/mpm/winnt nt_eventlog.c

wrowe       02/03/13 20:43:11

  Modified:    server/mpm/winnt nt_eventlog.c
  Log:
    Some lingering debug cruft that isn't needed
  
  Revision  Changes    Path
  1.2       +0 -3      httpd-2.0/server/mpm/winnt/nt_eventlog.c
  
  Index: nt_eventlog.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/nt_eventlog.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nt_eventlog.c	14 Mar 2002 04:19:00 -0000	1.1
  +++ nt_eventlog.c	14 Mar 2002 04:43:11 -0000	1.2
  @@ -64,9 +64,6 @@
   #include "apr_strings.h"
   #include "apr_lib.h"
   
  -#include "apr_dbg_win32_handles.h"
  -
  -
   static char  *display_name  = NULL;
   static HANDLE stderr_thread = NULL;
   static HANDLE stderr_ready;