summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os/beos/os.c2
-rw-r--r--os/beos/os.h2
-rw-r--r--os/bs2000/os.c2
-rw-r--r--os/bs2000/os.h4
-rw-r--r--os/os2/os.h4
-rw-r--r--os/tpf/os.c2
-rw-r--r--os/tpf/os.h4
-rw-r--r--os/unix/os.h2
8 files changed, 11 insertions, 11 deletions
diff --git a/os/beos/os.c b/os/beos/os.c
index 0eb63fc5f9..72281c296e 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 57a2ad1e44..a4af416269 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 942a06aa7f..c33810a2f0 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 fb66b6155e..1ede0813f2 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 dbca54b217..d717f1f8ca 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 dabe414f0f..79e16dabd6 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 916ef109fe..ff65322902 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 683f735326..54124c77fc 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)