wrowe 01/01/24 10:24:08
Modified: include apr_file_info.h
Log:
Solve a break, now that we don't do anything with INODE from a readdir
call on unix.
Reported by: Jeff Trawick
Revision Changes Path
1.7 +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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr_file_info.h 2001/01/24 15:47:53 1.6
+++ apr_file_info.h 2001/01/24 18:24:06 1.7
@@ -159,7 +159,7 @@
#define APR_FINFO_OWNER 0x00030000 /* user and group */
#define APR_FINFO_PROT 0x00700000 /* all protections */
#define APR_FINFO_NORM 0x0073b170 /* an atomic unix apr_stat() */
-#define APR_FINFO_DIRENT 0x01002000 /* an atomic unix apr_dir_read() */
+#define APR_FINFO_DIRENT 0x02000000 /* an atomic unix apr_dir_read() */
/**
* The file information structure. This is analogous to the POSIX