From: Ryan Bloom Date: Tue, 31 Aug 1999 12:33:08 +0000 (+0000) Subject: Fix some errors from a global search and replace gone wrong. This should X-Git-Tag: 1.3.10~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ce3ead81722803a162fb20883a70aa0b711030;p=thirdparty%2Fapache%2Fhttpd.git Fix some errors from a global search and replace gone wrong. This should let the new context changes work on all platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83853 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/beos/os.c b/os/beos/os.c index 0eb63fc5f96..72281c296eb 100644 --- a/os/beos/os.c +++ b/os/beos/os.c @@ -1,6 +1,6 @@ /* * This file will include OS specific functions which are not inlineable. - * Any inlineable functions should be defined in os ap_context_t nline.c instead. + * Any inlineable functions should be defined in os-inline.c instead. */ #include "ap_config.h" diff --git a/os/beos/os.h b/os/beos/os.h index 57a2ad1e44a..a4af416269f 100644 --- a/os/beos/os.h +++ b/os/beos/os.h @@ -68,7 +68,7 @@ /* * This file in included in all Apache source code. It contains definitions * of facilities available on _this_ operating system (HAVE_* macros), - * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c + * and prototypes of OS specific functions defined in os.c or os-inline.c */ extern int ap_os_is_path_absolute(const char *file); diff --git a/os/bs2000/os.c b/os/bs2000/os.c index 942a06aa7f5..c33810a2f0d 100644 --- a/os/bs2000/os.c +++ b/os/bs2000/os.c @@ -57,7 +57,7 @@ /* * This file will include OS specific functions which are not inlineable. - * Any inlineable functions should be defined in os ap_context_t nline.c instead. + * Any inlineable functions should be defined in os-inline.c instead. */ #include "httpd.h" diff --git a/os/bs2000/os.h b/os/bs2000/os.h index fb66b6155e5..1ede0813f2e 100644 --- a/os/bs2000/os.h +++ b/os/bs2000/os.h @@ -6,7 +6,7 @@ /* * This file in included in all Apache source code. It contains definitions * of facilities available on _this_ operating system (HAVE_* macros), - * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c + * and prototypes of OS specific functions defined in os.c or os-inline.c */ #if !defined(INLINE) && defined(USE_GNU_INLINE) @@ -17,7 +17,7 @@ INLINE int ap_os_is_path_absolute(const char *file); -#include "os ap_context_t nline.c" +#include "os-inline.c" #endif #ifndef INLINE diff --git a/os/os2/os.h b/os/os2/os.h index dbca54b217a..d717f1f8ca4 100644 --- a/os/os2/os.h +++ b/os/os2/os.h @@ -8,7 +8,7 @@ /* * This file in included in all Apache source code. It contains definitions * of facilities available on _this_ operating system (HAVE_* macros), - * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c + * and prototypes of OS specific functions defined in os.c or os-inline.c */ #if defined(__GNUC__) && !defined(INLINE) @@ -19,7 +19,7 @@ INLINE int ap_os_is_path_absolute(const char *file); -#include "os ap_context_t nline.c" +#include "os-inline.c" #endif #ifndef INLINE diff --git a/os/tpf/os.c b/os/tpf/os.c index dabe414f0f7..79e16dabd65 100644 --- a/os/tpf/os.c +++ b/os/tpf/os.c @@ -57,7 +57,7 @@ /* * This file will include OS specific functions which are not inlineable. - * Any inlineable functions should be defined in os ap_context_t nline.c instead. + * Any inlineable functions should be defined in os-inline.c instead. */ #include "httpd.h" diff --git a/os/tpf/os.h b/os/tpf/os.h index 916ef109fe9..ff653229029 100644 --- a/os/tpf/os.h +++ b/os/tpf/os.h @@ -10,7 +10,7 @@ /* * This file in included in all Apache source code. It contains definitions * of facilities available on _this_ operating system (HAVE_* macros), - * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c + * and prototypes of OS specific functions defined in os.c or os-inline.c */ #include "ap_config.h" @@ -20,7 +20,7 @@ * part of the header */ #define INLINE extern ap_inline -#include "os ap_context_t nline.c" +#include "os-inline.c" #endif #ifndef INLINE diff --git a/os/unix/os.h b/os/unix/os.h index 683f735326c..54124c77fcb 100644 --- a/os/unix/os.h +++ b/os/unix/os.h @@ -67,7 +67,7 @@ /* * This file in included in all Apache source code. It contains definitions * of facilities available on _this_ operating system (HAVE_* macros), - * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c + * and prototypes of OS specific functions defined in os.c or os-inline.c */ #if !defined(INLINE) && defined(USE_GNU_INLINE)