diff options
author | Ryan Bloom <rbb@apache.org> | 1999-08-31 05:35:52 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 1999-08-31 05:35:52 +0000 |
commit | c37f14ddf32319a7d84a9b573a54ccde8f37c5ff (patch) | |
tree | 1f1dd08b2e53226b3b3363beee02eeb57a8061ca /os/beos | |
parent | e6991d4075b55b175a6fb0cfe849566f863f27ac (diff) | |
download | httpd-c37f14ddf32319a7d84a9b573a54ccde8f37c5ff.tar.gz |
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/beos')
-rw-r--r-- | os/beos/os.c | 2 | ||||
-rw-r--r-- | os/beos/os.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/beos/os.c b/os/beos/os.c index 72281c296e..0eb63fc5f9 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-inline.c instead. + * Any inlineable functions should be defined in os ap_context_t nline.c instead. */ #include "ap_config.h" diff --git a/os/beos/os.h b/os/beos/os.h index a4af416269..57a2ad1e44 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-inline.c + * and prototypes of OS specific functions defined in os.c or os ap_context_t nline.c */ extern int ap_os_is_path_absolute(const char *file); |