bnicholes 2004/03/29 10:12:38
Modified: file_io/netware Tag: APR_0_9_BRANCH filestat.c
Log:
Remove the stat caching from the default NetWare build
Revision Changes Path
No revision
No revision
1.31.2.2 +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.31.2.1
retrieving revision 1.31.2.2
diff -u -r1.31.2.1 -r1.31.2.2
--- filestat.c 13 Feb 2004 09:33:42 -0000 1.31.2.1
+++ filestat.c 29 Mar 2004 18:12:38 -0000 1.31.2.2
@@ -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)
{