diff options
Diffstat (limited to 'include/asm-ppc/stat.h')
-rw-r--r-- | include/asm-ppc/stat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ppc/stat.h b/include/asm-ppc/stat.h index 538da77bb..204b07e6e 100644 --- a/include/asm-ppc/stat.h +++ b/include/asm-ppc/stat.h @@ -42,8 +42,7 @@ struct stat { */ struct stat64 { unsigned long long st_dev; /* Device. */ - unsigned short int __pad1; - unsigned long st_ino; /* File serial number. */ + unsigned long long st_ino; /* File serial number. */ unsigned int st_mode; /* File mode. */ unsigned int st_nlink; /* Link count. */ unsigned int st_uid; /* User ID of the file's owner. */ |