You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/09/14 13:54:15 UTC

cvs commit: apache-1.3/src/modules/standard mod_rewrite.h

stoddard    00/09/14 04:54:14

  Modified:    src/modules/standard mod_rewrite.h
  Log:
  Missed this piece of Paul Reders AIXIA64 patch.
  
  Submitted by: Paul Reder
  
  Revision  Changes    Path
  1.67      +1 -1      apache-1.3/src/modules/standard/mod_rewrite.h
  
  Index: mod_rewrite.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_rewrite.h,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- mod_rewrite.h	1999/10/21 20:45:38	1.66
  +++ mod_rewrite.h	2000/09/14 11:54:14	1.67
  @@ -168,7 +168,7 @@
   #include <fcntl.h>
   #endif
   #endif
  -#ifdef AIX
  +#if defined(AIX) || defined(AIXIA64)
   #undef USE_FLOCK
   #define USE_FCNTL 1
   #include <fcntl.h>