summaryrefslogtreecommitdiff
path: root/os/beos
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-08-31 12:33:08 +0000
committerRyan Bloom <rbb@apache.org>1999-08-31 12:33:08 +0000
commitd2ce3ead81722803a162fb20883a70aa0b711030 (patch)
tree644b831289fb8d98d3c4aff8350291873df8e6ea /os/beos
parentc37f14ddf32319a7d84a9b573a54ccde8f37c5ff (diff)
downloadhttpd-d2ce3ead81722803a162fb20883a70aa0b711030.tar.gz
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
Diffstat (limited to 'os/beos')
-rw-r--r--os/beos/os.c2
-rw-r--r--os/beos/os.h2
2 files changed, 2 insertions, 2 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);