jfclere 01/05/22 08:08:31
Modified: include apr_errno.h Log: Arrange APR_EFTYPE EFTYPE was missing! Revision Changes Path 1.66 +1 -1 apr/include/apr_errno.h Index: apr_errno.h =================================================================== RCS file: /home/cvs/apr/include/apr_errno.h,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- apr_errno.h 2001/05/22 14:30:54 1.65 +++ apr_errno.h 2001/05/22 15:08:25 1.66 @@ -472,7 +472,7 @@ #endif #ifdef EFTYPE -#define APR_EFTYPE +#define APR_EFTYPE EFTYPE #else #define APR_EFTYPE (APR_OS_START_CANONERR + 23) #endif
