You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/15 23:51:17 UTC

svn commit: r584933 - /apr/apr/trunk/include/arch/win32/apr_arch_file_io.h

Author: wrowe
Date: Mon Oct 15 14:51:16 2007
New Revision: 584933

URL: http://svn.apache.org/viewvc?rev=584933&view=rev
Log:
Whoops, collision!  Avoid with a comment in the future

Modified:
    apr/apr/trunk/include/arch/win32/apr_arch_file_io.h

Modified: apr/apr/trunk/include/arch/win32/apr_arch_file_io.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/arch/win32/apr_arch_file_io.h?rev=584933&r1=584932&r2=584933&view=diff
==============================================================================
--- apr/apr/trunk/include/arch/win32/apr_arch_file_io.h (original)
+++ apr/apr/trunk/include/arch/win32/apr_arch_file_io.h Mon Oct 15 14:51:16 2007
@@ -100,11 +100,12 @@
 #define APR_OPENLINK     0x00200000 /* Open a link itself, if supported */
 #define APR_READCONTROL  0x00400000 /* Read the file's owner/perms */
 #define APR_WRITECONTROL 0x00800000 /* Modify the file's owner/perms */
-#define APR_WRITEATTRS   0x01000000 /* Modify the file's attributes */
+/* #define APR_INHERIT   0x01000000 -- Defined in apr_arch_inherit.h! */
 #define APR_STDIN_FLAG   0x02000000 /* Obtained via apr_file_open_stdin() */
 #define APR_STDOUT_FLAG  0x04000000 /* Obtained via apr_file_open_stdout() */
 #define APR_STDERR_FLAG  0x06000000 /* Obtained via apr_file_open_stderr() */
 #define APR_STD_FLAGS    (APR_STDIN_FLAG | APR_STDOUT_FLAG | APR_STDERR_FLAG)
+#define APR_WRITEATTRS   0x08000000 /* Modify the file's attributes */
 
 /* Entries missing from the MSVC 5.0 Win32 SDK:
  */