summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-28 15:30:32 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-28 15:30:32 +0000
commit483a1438d7f90e91f659cefe2077572a38f48d45 (patch)
tree843434e4345725b973f90ace72dc1325b5fc3719 /time
parente2fa3eca225efd19af17f53c4263a4c531681f46 (diff)
downloadapr-483a1438d7f90e91f659cefe2077572a38f48d45.tar.gz
OS2 was chasing os2errno.h which we hid in a private platform directory,
but apr_errno.h is public. It also called in <os.h> with possibly inappropriate headers, and if os2.h follows any other header's usual conventions, calling it the second time for more declarations can be dicey. Relocated <os2.h> into apr.h.in (accessable to all, since it's later leveraged by most), which simplifies a bunch of code, and relocate all of the os2errno values into apr_errno.h for APR_STATUS_IS_FOO tests. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'time')
-rw-r--r--time/unix/time.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/time/unix/time.c b/time/unix/time.c
index 96b5d6644..7eb421970 100644
--- a/time/unix/time.c
+++ b/time/unix/time.c
@@ -66,10 +66,6 @@
#if HAVE_TIME_H
#include <time.h>
#endif
-#ifdef OS2
-#define INCL_DOS
-#include <os2.h>
-#endif
#ifdef BEOS
#include <sys/socket.h> /* for select */
#endif