summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-02-01 14:56:30 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-02-01 14:56:30 +0000
commitd61819a7e85c549890f0d1dc63788adbb1c9defb (patch)
tree4925c1fff9ce03afc178e573eb4d6b77d150ca77
parent14358e98bf77dd1c4a5accf50be4ea7742e48a4d (diff)
downloadlibapr-d61819a7e85c549890f0d1dc63788adbb1c9defb.tar.gz
change APR_OS_DEFAULT to coincide with recent changes to the permission
flags git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62893 13f79535-47bb-0310-9956-ffa450edef68
-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 */