summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/stat.h')
-rw-r--r--include/asm-sparc/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc/stat.h b/include/asm-sparc/stat.h
index 4b0dd7fa4..a70d4df3c 100644
--- a/include/asm-sparc/stat.h
+++ b/include/asm-sparc/stat.h
@@ -41,9 +41,9 @@ struct stat {
struct stat64 {
unsigned char __pad0[6];
unsigned short st_dev;
- unsigned char __pad1[4];
- unsigned int st_ino;
+ unsigned long long st_ino;
+
unsigned int st_mode;
unsigned int st_nlink;