summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/stat.h')
-rw-r--r--include/asm-sparc64/stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc64/stat.h b/include/asm-sparc64/stat.h
index 0fd68589b..4a4fabac0 100644
--- a/include/asm-sparc64/stat.h
+++ b/include/asm-sparc64/stat.h
@@ -48,9 +48,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;