diff options
author | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-22 16:52:35 +0000 |
---|---|---|
committer | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-22 16:52:35 +0000 |
commit | 03ed4221bf2fd100d57b88ef55536152fab2df25 (patch) | |
tree | 5950f46bc378988d97d9b18f8f476fb0d2dc95c3 /misc | |
parent | 5ab50a1c7ddcf801ddbe01f74a0af625efbcbb12 (diff) | |
download | libapr-03ed4221bf2fd100d57b88ef55536152fab2df25.tar.gz |
Add error code into BeOS.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/beos/misc_common.c | 3 | ||||
-rw-r--r-- | misc/unix/errorcodes.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/beos/misc_common.c b/misc/beos/misc_common.c index 3ccdcc68e..86a11c4cf 100644 --- a/misc/beos/misc_common.c +++ b/misc/beos/misc_common.c @@ -59,3 +59,6 @@ #include "../unix/getopt.c" #include "../unix/otherchild.c" + +#include "../unix/canonerr.c" +#include "../unix/errorcodes.c" diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c index e11b42794..ac433462b 100644 --- a/misc/unix/errorcodes.c +++ b/misc/unix/errorcodes.c @@ -135,8 +135,6 @@ static const char *apr_error_string(ap_status_t statcode) #error "not implemented yet" #elif OS2 static const char *apr_os_strerror(int err, ap_pool_t *p); -#elif BEOS -#error "not implemented yet" #else #define apr_os_strerror(err, p) strerror(err) #endif |