From c266de902942ef1637e5fc4071b7f948c59b3d54 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 29 Jul 2000 16:24:15 +0000 Subject: [PATCH] Remove iol_socket.h. This file had one declaration, and it makes more sense for that declaraion to move to ap_iol.h. This also modifies all of the files that include iol_socket.h to include ap_iol.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85934 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_cgid.c | 2 +- modules/proxy/proxy_connect.c | 2 +- modules/proxy/proxy_ftp.c | 2 +- modules/proxy/proxy_http.c | 2 +- server/mpm/beos/beos.c | 2 +- server/mpm/dexter/dexter.c | 2 +- server/mpm/experimental/perchild/perchild.c | 2 +- server/mpm/mpmt_beos/mpmt_beos.c | 2 +- server/mpm/mpmt_pthread/mpmt_pthread.c | 2 +- server/mpm/perchild/perchild.c | 2 +- server/mpm/prefork/prefork.c | 2 +- server/mpm/spmt_os2/spmt_os2.c | 2 +- server/mpm/winnt/mpm_winnt.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index 0d437bf863..cbd982e982 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.c @@ -89,7 +89,7 @@ #include "http_conf_globals.h" #include "buff.h" #include "ap_mpm.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "unixd.h" #include #ifdef HAVE_SYS_SOCKET_H diff --git a/modules/proxy/proxy_connect.c b/modules/proxy/proxy_connect.c index a7811aef6a..4434254cf8 100644 --- a/modules/proxy/proxy_connect.c +++ b/modules/proxy/proxy_connect.c @@ -61,7 +61,7 @@ #include "mod_proxy.h" #include "http_log.h" #include "http_main.h" -#include "iol_socket.h" +#include "ap_iol.h" #ifdef HAVE_BSTRING_H #include /* for IRIX, FD_SET calls bzero() */ diff --git a/modules/proxy/proxy_ftp.c b/modules/proxy/proxy_ftp.c index 15c9e40b68..2a82df98db 100644 --- a/modules/proxy/proxy_ftp.c +++ b/modules/proxy/proxy_ftp.c @@ -62,7 +62,7 @@ #include "http_main.h" #include "http_log.h" #include "http_core.h" -#include "iol_socket.h" +#include "ap_iol.h" #define AUTODETECT_PWD diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index e22ef00e6c..7fc91b51d9 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -63,7 +63,7 @@ #include "http_main.h" #include "http_core.h" #include "util_date.h" -#include "iol_socket.h" +#include "ap_iol.h" /* * Canonicalise http-like URLs. diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c index 4bcaf1701e..4eda2e69d9 100644 --- a/server/mpm/beos/beos.c +++ b/server/mpm/beos/beos.c @@ -76,7 +76,7 @@ #include "http_connection.h" #include "ap_mpm.h" #include "beosd.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "ap_listen.h" #include "scoreboard.h" #include diff --git a/server/mpm/dexter/dexter.c b/server/mpm/dexter/dexter.c index 6b1388ec67..88ccc52f91 100644 --- a/server/mpm/dexter/dexter.c +++ b/server/mpm/dexter/dexter.c @@ -71,7 +71,7 @@ #include "ap_mpm.h" #include "unixd.h" #include "mpm_common.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "ap_listen.h" #include "mpm_default.h" #include "mpm.h" diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c index e320394ab9..a00c86e2cb 100644 --- a/server/mpm/experimental/perchild/perchild.c +++ b/server/mpm/experimental/perchild/perchild.c @@ -73,7 +73,7 @@ #include "ap_mpm.h" #include "unixd.h" #include "mpm_common.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "ap_listen.h" #include "mpm_default.h" #include "mpm.h" diff --git a/server/mpm/mpmt_beos/mpmt_beos.c b/server/mpm/mpmt_beos/mpmt_beos.c index 6c5c199202..0efb411677 100644 --- a/server/mpm/mpmt_beos/mpmt_beos.c +++ b/server/mpm/mpmt_beos/mpmt_beos.c @@ -72,7 +72,7 @@ #include "http_connection.h" #include "ap_mpm.h" #include "beosd.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "ap_listen.h" #include "scoreboard.h" #include "poll.h" diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 0ae5cf2848..11e81420f9 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -72,7 +72,7 @@ #include "ap_mpm.h" #include "unixd.h" #include "mpm_common.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "ap_listen.h" #include "scoreboard.h" diff --git a/server/mpm/perchild/perchild.c b/server/mpm/perchild/perchild.c index e320394ab9..a00c86e2cb 100644 --- a/server/mpm/perchild/perchild.c +++ b/server/mpm/perchild/perchild.c @@ -73,7 +73,7 @@ #include "ap_mpm.h" #include "unixd.h" #include "mpm_common.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "ap_listen.h" #include "mpm_default.h" #include "mpm.h" diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index e32911b140..e22cf248a7 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -103,7 +103,7 @@ #include "ap_mpm.h" #include "unixd.h" #include "mpm_common.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "ap_listen.h" #include "ap_mmn.h" #ifdef HAVE_SYS_TYPES_H diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index 978b6be274..c004e925aa 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -71,7 +71,7 @@ #include "scoreboard.h" #include "ap_mpm.h" #include "ap_listen.h" -#include "iol_socket.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 31012e40c0..a4c05604e0 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -70,7 +70,7 @@ #include "ap_config.h" #include "ap_listen.h" #include "mpm_default.h" -#include "iol_socket.h" +#include "ap_iol.h" #include "mpm_winnt.h" #include "mpm_common.h" -- 2.40.0