Committed, thanks!  (skipped the first patch, this is the second one)

Cheers,
-g

On Thu, May 10, 2001 at 10:10:17AM -0700, Bill Tutt wrote:
> Let's try this instead. :)
> 
> Bill
> 
> Index: apr_errno.h
> ===================================================================
> RCS file: /home/cvspublic/apr/include/apr_errno.h,v
> retrieving revision 1.59
> diff -u -r1.59 apr_errno.h
> --- apr_errno.h       2001/05/02 20:01:43     1.59
> +++ apr_errno.h       2001/05/10 17:09:51
> @@ -636,7 +636,8 @@
>  #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_OPEN_FAILED \
> +                || (s) == APR_OS_START_SYSERR + ERROR_NO_MORE_FILES)
>  #define APR_STATUS_IS_ENOTDIR(s)        ((s) == APR_ENOTDIR)
>  #define APR_STATUS_IS_ENOSPC(s)         ((s) == APR_ENOSPC \
>                  || (s) == APR_OS_START_SYSERR + ERROR_DISK_FULL)

-- 
Greg Stein, http://www.lyra.org/

Reply via email to