trawick 02/02/01 06:56:30
Modified: include apr_file_info.h Log: change APR_OS_DEFAULT to coincide with recent changes to the permission flags Revision Changes Path 1.26 +1 -1 apr/include/apr_file_info.h Index: apr_file_info.h =================================================================== RCS file: /home/cvs/apr/include/apr_file_info.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- apr_file_info.h 1 Feb 2002 01:40:38 -0000 1.25 +++ apr_file_info.h 1 Feb 2002 14:56:30 -0000 1.26 @@ -106,7 +106,7 @@ #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 */
