wrowe       00/12/05 09:23:54

  Modified:    include  ap_buckets.h
  Log:
    Clean up some badness
  
  Revision  Changes    Path
  1.53      +2 -2      apr-util/include/ap_buckets.h
  
  Index: ap_buckets.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/ap_buckets.h,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- ap_buckets.h      2000/12/05 14:27:04     1.52
  +++ ap_buckets.h      2000/12/05 17:23:52     1.53
  @@ -62,10 +62,10 @@
   #include "apr_errno.h"
   #include "ap_ring.h"
   #include "apr.h"
  -#ifdef APR_HAVE_SYS_UIO_H
  +#if APR_HAVE_SYS_UIO_H
   #include <sys/uio.h> /* for struct iovec */
   #endif
  -#ifdef APR_HAVE_STDARG_H
  +#if APR_HAVE_STDARG_H
   #include <stdarg.h>
   #endif
   
  
  
  

Reply via email to