From: Ryan Bloom Date: Wed, 2 Aug 2000 14:44:51 +0000 (+0000) Subject: Convert all of the apr_listen.h to ap_listen.h. This was a side effect X-Git-Tag: APACHE_2_0_ALPHA_5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a87aae0db7698c416eee28eb7d363cbb794f8e6;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c index 88db35e0685..74796440fd4 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 2f45da989a3..4d9edbdafab 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 cf1f18aab4f..a6b6d9dde34 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 b19c133c4c3..3da0f847a73 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 7361c210803..7856ad4778f 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 4d6c7531304..e5542380909 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: */