You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2004/03/29 19:53:28 UTC

cvs commit: apr/file_io/netware filestat.c

bnicholes    2004/03/29 09:53:28

  Modified:    file_io/netware filestat.c
  Log:
  Remove the stat caching from the default NetWare build
  
  Revision  Changes    Path
  1.34      +1 -1      apr/file_io/netware/filestat.c
  
  Index: filestat.c
  ===================================================================
  RCS file: /home/cvs/apr/file_io/netware/filestat.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- filestat.c	13 Feb 2004 09:38:24 -0000	1.33
  +++ filestat.c	29 Mar 2004 17:53:28 -0000	1.34
  @@ -27,7 +27,7 @@
   #include <utime.h>
   #endif
   
  -/*#define APR_HAS_PSA*/
  +#define APR_HAS_PSA
   
   static apr_filetype_e filetype_from_mode(mode_t mode)
   {