From cvs-return-3312-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Wed Apr 17 20:22:21 2002 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 53787 invoked by uid 500); 17 Apr 2002 20:22:19 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 53772 invoked from network); 17 Apr 2002 20:22:17 -0000 Date: 17 Apr 2002 20:22:16 -0000 Message-ID: <20020417202216.26619.qmail@icarus.apache.org> From: brane@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_errno.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N brane 02/04/17 13:22:16 Modified: include apr_errno.h Log: Reverting the 1.88 commit. We have to think about this a bit more. Revision Changes Path 1.89 +1 -1 apr/include/apr_errno.h Index: apr_errno.h =================================================================== RCS file: /home/cvs/apr/include/apr_errno.h,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- apr_errno.h 16 Apr 2002 14:32:03 -0000 1.88 +++ apr_errno.h 17 Apr 2002 20:22:16 -0000 1.89 @@ -923,10 +923,10 @@ || (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 \