X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fstat.h;h=42c0c13999d5ffa4f8458d2825cd121a41dd8595;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=ec4e2c2e3b4754503566b706b2a83e7bf7b5fe00;hpb=2d986010ad13a00b83851238d52601d6092df40e;p=linux-2.6 diff --git a/include/asm-arm/stat.h b/include/asm-arm/stat.h index ec4e2c2e3b..42c0c13999 100644 --- a/include/asm-arm/stat.h +++ b/include/asm-arm/stat.h @@ -70,14 +70,7 @@ struct stat64 { long long st_size; unsigned long st_blksize; - -#if defined(__ARMEB__) - unsigned long __pad4; /* Future possible st_blocks hi bits */ - unsigned long st_blocks; /* Number 512-byte blocks allocated. */ -#else /* Must be little */ - unsigned long st_blocks; /* Number 512-byte blocks allocated. */ - unsigned long __pad4; /* Future possible st_blocks hi bits */ -#endif + unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ unsigned long st_atime; unsigned long st_atime_nsec; @@ -89,6 +82,6 @@ struct stat64 { unsigned long st_ctime_nsec; unsigned long long st_ino; -} __attribute__((packed)); +}; #endif