wrowe 01/12/28 18:12:27 Modified: include apr_errno.h Log: Whoops - fix small typo Revision Changes Path 1.83 +1 -1 apr/include/apr_errno.h Index: apr_errno.h =================================================================== RCS file: /home/cvs/apr/include/apr_errno.h,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- apr_errno.h 29 Dec 2001 02:09:04 -0000 1.82 +++ apr_errno.h 29 Dec 2001 02:12:27 -0000 1.83 @@ -492,7 +492,7 @@ #define APR_EXDEV (APR_OS_START_CANONERR + 25) #endif -#ifdef EPIPE +#ifdef ENOTEMPTY #define APR_ENOTEMPTY ENOTEMPTY #else #define APR_ENOTEMPTY (APR_OS_START_CANONERR + 26)