From 2a87aae0db7698c416eee28eb7d363cbb794f8e6 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 2 Aug 2000 14:44:51 +0000 Subject: [PATCH] Convert all of the apr_listen.h to ap_listen.h. This was a side effect of Doug M. big change last night. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85977 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/beos/beos.c | 2 +- server/mpm/dexter/dexter.c | 2 +- server/mpm/prefork/prefork.c | 2 +- server/mpm/spmt_os2/spmt_os2.c | 2 +- server/mpm/winnt/mpm_winnt.c | 2 +- server/mpm/winnt/mpm_winnt.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c index 88db35e068..74796440fd 100644 --- a/server/mpm/beos/beos.c +++ b/server/mpm/beos/beos.c @@ -77,7 +77,7 @@ #include "ap_mpm.h" #include "beosd.h" #include "ap_iol.h" -#include "apr_listen.h" +#include "ap_listen.h" #include "scoreboard.h" #include #include "mpm_common.h" diff --git a/server/mpm/dexter/dexter.c b/server/mpm/dexter/dexter.c index 2f45da989a..4d9edbdafa 100644 --- a/server/mpm/dexter/dexter.c +++ b/server/mpm/dexter/dexter.c @@ -72,7 +72,7 @@ #include "unixd.h" #include "mpm_common.h" #include "ap_iol.h" -#include "apr_listen.h" +#include "ap_listen.h" #include "mpm_default.h" #include "mpm.h" #include "scoreboard.h" diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index cf1f18aab4..a6b6d9dde3 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -104,7 +104,7 @@ #include "unixd.h" #include "mpm_common.h" #include "ap_iol.h" -#include "apr_listen.h" +#include "ap_listen.h" #include "ap_mmn.h" #ifdef HAVE_SYS_TYPES_H #include diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index b19c133c4c..3da0f847a7 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -70,7 +70,7 @@ #include "http_connection.h" #include "scoreboard.h" #include "ap_mpm.h" -#include "apr_listen.h" +#include "ap_listen.h" #include "ap_iol.h" #include "apr_portable.h" #include "mpm_common.h" diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 7361c21080..7856ad4778 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -68,7 +68,7 @@ #include "apr_strings.h" #include "ap_mpm.h" #include "ap_config.h" -#include "apr_listen.h" +#include "ap_listen.h" #include "mpm_default.h" #include "ap_iol.h" #include "mpm_winnt.h" diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index 4d6c753130..e554238090 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -59,7 +59,7 @@ #ifndef APACHE_MPM_WINNT_H #define APACHE_MPM_WINNT_H -#include "apr_listen.h" +#include "ap_listen.h" /* From registry.c: */ -- 2.50.1