summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/stat.h')
-rw-r--r--include/asm-m68k/stat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-m68k/stat.h b/include/asm-m68k/stat.h
index b28ce37c5..1d5b008e0 100644
--- a/include/asm-m68k/stat.h
+++ b/include/asm-m68k/stat.h
@@ -42,10 +42,11 @@ struct stat {
* insane amounts of padding around dev_t's.
*/
struct stat64 {
+ unsigned char __pad0[6];
unsigned short st_dev;
- unsigned char __pad0[10];
- unsigned long st_ino;
+ unsigned long long st_ino;
+
unsigned int st_mode;
unsigned int st_nlink;