last two spares defined as flags and generation number
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 7 Jun 1989 08:50:06 +0000 (00:50 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 7 Jun 1989 08:50:06 +0000 (00:50 -0800)
SCCS-vsn: sys/sys/stat.h 7.2

usr/src/sys/sys/stat.h

index cbc3b5a..8aff1ed 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)stat.h      7.1 (Berkeley) %G%
+ *     @(#)stat.h      7.2 (Berkeley) %G%
  */
 
 struct stat
  */
 
 struct stat
@@ -24,7 +24,8 @@ struct        stat
        int     st_spare3;
        long    st_blksize;
        long    st_blocks;
        int     st_spare3;
        long    st_blksize;
        long    st_blocks;
-       long    st_spare4[2];
+       u_long  st_flags;
+       u_long  st_gen;
 };
 
 #define        S_IFMT  0170000         /* type of file */
 };
 
 #define        S_IFMT  0170000         /* type of file */