summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-02-01 14:56:30 +0000
committerJeff Trawick <trawick@apache.org>2002-02-01 14:56:30 +0000
commit6f489419e54c770d180108d5ba9647947b9c7bab (patch)
tree4925c1fff9ce03afc178e573eb4d6b77d150ca77 /include/apr_file_info.h
parent9fee72db36e6da94feb6444ebf527bc74ec6d0c1 (diff)
downloadapr-6f489419e54c770d180108d5ba9647947b9c7bab.tar.gz
change APR_OS_DEFAULT to coincide with recent changes to the permission
flags git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index ed6924bea..02ce8a890 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -106,7 +106,7 @@ typedef enum {
#define APR_WWRITE 0x0002 /**< Write by others */
#define APR_WEXECUTE 0x0001 /**< Execute by others */
-#define APR_OS_DEFAULT 0x0FFF /**< use OS's default permissions */
+#define APR_OS_DEFAULT 0xFFFF /**< use OS's default permissions */
/* additional permission flags for apr_file_copy and apr_file_append */
#define APR_FILE_SOURCE_PERMS 0x1000 /**< Copy source file's permissions */