linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-i386 / stat.h
index 67eae78..b464f80 100644 (file)
@@ -58,7 +58,8 @@ struct stat64 {
        long long       st_size;
        unsigned long   st_blksize;
 
-       unsigned long long      st_blocks;      /* Number 512-byte blocks allocated. */
+       unsigned long   st_blocks;      /* Number 512-byte blocks allocated. */
+       unsigned long   __pad4;         /* future possible st_blocks high bits */
 
        unsigned long   st_atime;
        unsigned long   st_atime_nsec;