diff options
Diffstat (limited to 'arch/powerpc/include/asm/compat.h')
-rw-r--r-- | arch/powerpc/include/asm/compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/compat.h b/arch/powerpc/include/asm/compat.h index 85c8af2bb272..93f79d1a03c3 100644 --- a/arch/powerpc/include/asm/compat.h +++ b/arch/powerpc/include/asm/compat.h | |||
@@ -55,11 +55,11 @@ struct compat_stat { | |||
55 | compat_off_t st_size; | 55 | compat_off_t st_size; |
56 | compat_off_t st_blksize; | 56 | compat_off_t st_blksize; |
57 | compat_off_t st_blocks; | 57 | compat_off_t st_blocks; |
58 | compat_time_t st_atime; | 58 | old_time32_t st_atime; |
59 | u32 st_atime_nsec; | 59 | u32 st_atime_nsec; |
60 | compat_time_t st_mtime; | 60 | old_time32_t st_mtime; |
61 | u32 st_mtime_nsec; | 61 | u32 st_mtime_nsec; |
62 | compat_time_t st_ctime; | 62 | old_time32_t st_ctime; |
63 | u32 st_ctime_nsec; | 63 | u32 st_ctime_nsec; |
64 | u32 __unused4[2]; | 64 | u32 __unused4[2]; |
65 | }; | 65 | }; |