X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Fasm-i386%2Fstat.h;fp=include%2Fasm-i386%2Fstat.h;h=b464f8020ec422477c94d68c5649ed2666c63e34;hp=67eae78323ba0d1d07a524371e70b511d2e2b6fa;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c diff --git a/include/asm-i386/stat.h b/include/asm-i386/stat.h index 67eae7832..b464f8020 100644 --- a/include/asm-i386/stat.h +++ b/include/asm-i386/stat.h @@ -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;