wrowe       01/06/27 22:38:39

  Modified:    include  apr_errno.h
  Log:
    Whoops.  Try compiling, otherbill.
  
  Revision  Changes    Path
  1.74      +1 -1      apr/include/apr_errno.h
  
  Index: apr_errno.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_errno.h,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- apr_errno.h       2001/06/28 05:38:01     1.73
  +++ apr_errno.h       2001/06/28 05:38:38     1.74
  @@ -662,7 +662,7 @@
                   || (s) == APR_OS_START_SYSERR + ERROR_INVALID_PARAMETER \
                   || (s) == APR_OS_START_SYSERR + ERROR_INVALID_FUNCTION)
   #define APR_STATUS_IS_ESPIPE(s)         ((s) == APR_ESPIPE \
  -                || (s) == APR_OS_START_SYSERR + ERROR_SEEK_ON_DEVICE)
  +                || (s) == APR_OS_START_SYSERR + ERROR_SEEK_ON_DEVICE \
                   || (s) == APR_OS_START_SYSERR + ERROR_NEGATIVE_SEEK)
   #define APR_STATUS_IS_EAGAIN(s)         ((s) == APR_EAGAIN \
                   || (s) == APR_OS_START_SYSERR + ERROR_NO_DATA \
  
  
  

Reply via email to