]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(ST_NODIRATIME): Set to 2048.
authorAndreas Jaeger <aj@suse.de>
Mon, 8 Jul 2002 16:57:12 +0000 (16:57 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 8 Jul 2002 16:57:12 +0000 (16:57 +0000)
sysdeps/unix/sysv/linux/bits/statvfs.h

index 32e03f31ea2c6b7d9596cc482d73de2eeee3dec5..f6b8070ba8c9ea449cbd34e9246fb7af48b321df 100644 (file)
@@ -69,7 +69,7 @@ struct statvfs64
 #endif
 
 /* Definitions for the flag in `f_flag'.  These definitions should be
-   kept in sync which the definitions in <sys/mount.h>.  */
+   kept in sync with the definitions in <sys/mount.h>.  */
 enum
 {
   ST_RDONLY = 1,               /* Mount read-only.  */
@@ -93,7 +93,7 @@ enum
 # define ST_IMMUTABLE  ST_IMMUTABLE
   ST_NOATIME = 1024,           /* Do not update access times.  */
 # define ST_NOATIME    ST_NOATIME
-  ST_NODIRATIME                        /* Do not update directory access times.  */
+  ST_NODIRATIME = 2048         /* Do not update directory access times.  */
 # define ST_NODIRATIME ST_NODIRATIME
 #endif /* Use GNU.  */
 };