summaryrefslogtreecommitdiff
path: root/file_io/netware
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-03-29 17:53:28 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-03-29 17:53:28 +0000
commit2fec42e8a1754634c5b282396f38ff697dd12f9c (patch)
treeb533159c61170afd275fce631fa7396eae2354fd /file_io/netware
parentedfa52c88e1063f5ba4fd659e5a38a414af7da1b (diff)
downloadlibapr-2fec42e8a1754634c5b282396f38ff697dd12f9c.tar.gz
Remove the stat caching from the default NetWare build
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/netware')
-rw-r--r--file_io/netware/filestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/netware/filestat.c b/file_io/netware/filestat.c
index 3ef3b7344..ef393275b 100644
--- a/file_io/netware/filestat.c
+++ b/file_io/netware/filestat.c
@@ -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)
{