From: William A. Rowe Jr Date: Wed, 31 May 2000 15:28:52 +0000 (+0000) Subject: PR: X-Git-Tag: APACHE_2_0_ALPHA_4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7825f17a5259c74361e44da0cd0353801f67a604;p=thirdparty%2Fapache%2Fhttpd.git PR: 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 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index e9bb8abf095..90b9e49937a 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -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 diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c index 987811a6a0a..976931932a3 100644 --- a/server/mpm/winnt/registry.c +++ b/server/mpm/winnt/registry.c @@ -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. diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index b7b69604715..64797bdce01 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -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;