Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 11540 invoked by uid 500); 2 Aug 2000 14:44:58 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 11495 invoked by uid 500); 2 Aug 2000 14:44:57 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 2 Aug 2000 14:44:56 -0000 Message-ID: <20000802144456.11440.qmail@locus.apache.org> From: rbb@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/modules/mpm/winnt mpm_winnt.c mpm_winnt.h rbb 00/08/02 07:44:56 Modified: src/modules/mpm/beos beos.c src/modules/mpm/dexter dexter.c src/modules/mpm/prefork prefork.c src/modules/mpm/spmt_os2 spmt_os2.c src/modules/mpm/winnt mpm_winnt.c mpm_winnt.h Log: Convert all of the apr_listen.h to ap_listen.h. This was a side effect of Doug M. big change last night. Revision Changes Path 1.18 +1 -1 apache-2.0/src/modules/mpm/beos/beos.c Index: beos.c =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/mpm/beos/beos.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- beos.c 2000/08/02 05:27:03 1.17 +++ beos.c 2000/08/02 14:44:37 1.18 @@ -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" 1.122 +1 -1 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/mpm/dexter/dexter.c,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- dexter.c 2000/08/02 05:27:04 1.121 +++ dexter.c 2000/08/02 14:44:40 1.122 @@ -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" 1.124 +1 -1 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/mpm/prefork/prefork.c,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- prefork.c 2000/08/02 05:27:08 1.123 +++ prefork.c 2000/08/02 14:44:46 1.124 @@ -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 1.59 +1 -1 apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c Index: spmt_os2.c =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- spmt_os2.c 2000/08/02 05:27:10 1.58 +++ spmt_os2.c 2000/08/02 14:44:50 1.59 @@ -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" 1.94 +1 -1 apache-2.0/src/modules/mpm/winnt/mpm_winnt.c Index: mpm_winnt.c =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/mpm/winnt/mpm_winnt.c,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- mpm_winnt.c 2000/08/02 05:27:10 1.93 +++ mpm_winnt.c 2000/08/02 14:44:51 1.94 @@ -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" 1.18 +1 -1 apache-2.0/src/modules/mpm/winnt/mpm_winnt.h Index: mpm_winnt.h =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/mpm/winnt/mpm_winnt.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mpm_winnt.h 2000/08/02 05:27:10 1.17 +++ mpm_winnt.h 2000/08/02 14:44:51 1.18 @@ -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: */