You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/06/12 17:43:11 UTC

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

rbb         00/06/12 08:43:11

  Modified:    src/modules/standard mod_rewrite.h
  Log:
  Missed one sys/stat.h in mod_rewrite.h.  Removing it now.
  
  Revision  Changes    Path
  1.11      +0 -1      apache-2.0/src/modules/standard/mod_rewrite.h
  
  Index: mod_rewrite.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_rewrite.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_rewrite.h	2000/04/28 18:27:52	1.10
  +++ mod_rewrite.h	2000/06/12 15:43:10	1.11
  @@ -104,7 +104,6 @@
   #ifndef NETWARE
   #include <sys/types.h>
   #endif
  -#include <sys/stat.h>
   
       /* Include from the Apache server ... */
   #define CORE_PRIVATE