summaryrefslogtreecommitdiff
path: root/include/apr_errno.h
diff options
context:
space:
mode:
authorbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2002-04-17 20:22:16 +0000
committerbrane <brane@13f79535-47bb-0310-9956-ffa450edef68>2002-04-17 20:22:16 +0000
commit3bbb4b9d735afcbe53871ecf279e054b7ec698f4 (patch)
treecdccef3ae4f8fdacbb0970b94c4ed47e134b40ea /include/apr_errno.h
parentf84c01947d030554a60c397ca6d77bdd33475993 (diff)
downloadlibapr-3bbb4b9d735afcbe53871ecf279e054b7ec698f4.tar.gz
Reverting the 1.88 commit. We have to think about this a bit more.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_errno.h')
-rw-r--r--include/apr_errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_errno.h b/include/apr_errno.h
index 6af045267..d02b0da55 100644
--- a/include/apr_errno.h
+++ b/include/apr_errno.h
@@ -923,10 +923,10 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
|| (s) == APR_OS_START_SYSERR + WSAENAMETOOLONG)
#define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \
|| (s) == APR_OS_START_SYSERR + ERROR_FILE_NOT_FOUND \
- || (s) == APR_OS_START_SYSERR + ERROR_PATH_NOT_FOUND \
|| (s) == APR_OS_START_SYSERR + ERROR_OPEN_FAILED \
|| (s) == APR_OS_START_SYSERR + ERROR_NO_MORE_FILES)
#define APR_STATUS_IS_ENOTDIR(s) ((s) == APR_ENOTDIR \
+ || (s) == APR_OS_START_SYSERR + ERROR_PATH_NOT_FOUND \
|| (s) == APR_OS_START_SYSERR + ERROR_BAD_NETPATH \
|| (s) == APR_OS_START_SYSERR + ERROR_BAD_NET_NAME \
|| (s) == APR_OS_START_SYSERR + ERROR_BAD_PATHNAME \