]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR:
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 31 May 2000 15:28:52 +0000 (15:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 31 May 2000 15:28:52 +0000 (15:28 +0000)
Obtained from:
Submitted by:
Reviewed by:

  Quick patch to accomodate the mpm's rename to mpm_winnt.c/.h

  At least in the short term.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85359 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c
server/mpm/winnt/registry.c
server/mpm/winnt/service.c

index e9bb8abf0955740f843d0b9797e3b86c2148144e..90b9e49937a27f82abee95315de5e3ad0f97514e 100644 (file)
@@ -70,7 +70,7 @@
 #include "ap_listen.h"
 #include "mpm_default.h"
 #include "iol_socket.h"
-#include "winnt.h"
+#include "mpm_winnt.h"
 
 /*
  * Definitions of WINNT MPM specific config globals
index 987811a6a0a90938efd08de45e5347ce39c8d7d9..976931932a3fe19cf807ab850517ae92024f8bbd 100644 (file)
@@ -75,7 +75,8 @@
 
 #include "httpd.h"
 #include "http_log.h"
-#include "winnt.h"
+#include "mpm_winnt.h"
+
 /* bet you are looking to change revisions to roll the tarball...
  * Guess what, you already did.  Revised May '00 to save you from 
  * searching all over creation for every revision tag.
index b7b69604715c6182a91ad9d2946bf9b9ff72be7c..64797bdce01a4a2634e5a7be7c4d52112c2047c8 100644 (file)
@@ -86,7 +86,7 @@
 #include "http_conf_globals.h"
 #include "http_log.h"
 #include "ap_mpm.h"
-#include "winnt.h"
+#include "mpm_winnt.h"
 
 char *service_name = NULL;
 char *display_name = NULL;