diff options
Diffstat (limited to 'arch/mips/include/asm/compat.h')
-rw-r--r-- | arch/mips/include/asm/compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/asm/compat.h b/arch/mips/include/asm/compat.h index 78675f19440f..7dcbd855814e 100644 --- a/arch/mips/include/asm/compat.h +++ b/arch/mips/include/asm/compat.h | |||
@@ -59,11 +59,11 @@ struct compat_stat { | |||
59 | s32 st_pad2[2]; | 59 | s32 st_pad2[2]; |
60 | compat_off_t st_size; | 60 | compat_off_t st_size; |
61 | s32 st_pad3; | 61 | s32 st_pad3; |
62 | compat_time_t st_atime; | 62 | old_time32_t st_atime; |
63 | s32 st_atime_nsec; | 63 | s32 st_atime_nsec; |
64 | compat_time_t st_mtime; | 64 | old_time32_t st_mtime; |
65 | s32 st_mtime_nsec; | 65 | s32 st_mtime_nsec; |
66 | compat_time_t st_ctime; | 66 | old_time32_t st_ctime; |
67 | s32 st_ctime_nsec; | 67 | s32 st_ctime_nsec; |
68 | s32 st_blksize; | 68 | s32 st_blksize; |
69 | s32 st_blocks; | 69 | s32 st_blocks; |