From 483a1438d7f90e91f659cefe2077572a38f48d45 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 28 Jan 2001 15:30:32 +0000 Subject: OS2 was chasing os2errno.h which we hid in a private platform directory, but apr_errno.h is public. It also called in 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 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 --- file_io/os2/maperrorcode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'file_io/os2/maperrorcode.c') diff --git a/file_io/os2/maperrorcode.c b/file_io/os2/maperrorcode.c index 5fa398151..36cba058d 100644 --- a/file_io/os2/maperrorcode.c +++ b/file_io/os2/maperrorcode.c @@ -57,9 +57,7 @@ #include "apr_file_io.h" #include #include -#include -#include "../../network_io/os2/os2calls.h" - +#include "apr_errno.h" static int errormap[][2] = { { NO_ERROR, APR_SUCCESS }, -- cgit v1.2.3