diff options
Diffstat (limited to 'arch/sparc/include/asm/compat.h')
-rw-r--r-- | arch/sparc/include/asm/compat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/compat.h b/arch/sparc/include/asm/compat.h index 4eb51d2dae98..7018cb60beef 100644 --- a/arch/sparc/include/asm/compat.h +++ b/arch/sparc/include/asm/compat.h | |||
@@ -47,11 +47,11 @@ struct compat_stat { | |||
47 | __compat_gid_t st_gid; | 47 | __compat_gid_t st_gid; |
48 | compat_dev_t st_rdev; | 48 | compat_dev_t st_rdev; |
49 | compat_off_t st_size; | 49 | compat_off_t st_size; |
50 | compat_time_t st_atime; | 50 | old_time32_t st_atime; |
51 | compat_ulong_t st_atime_nsec; | 51 | compat_ulong_t st_atime_nsec; |
52 | compat_time_t st_mtime; | 52 | old_time32_t st_mtime; |
53 | compat_ulong_t st_mtime_nsec; | 53 | compat_ulong_t st_mtime_nsec; |
54 | compat_time_t st_ctime; | 54 | old_time32_t st_ctime; |
55 | compat_ulong_t st_ctime_nsec; | 55 | compat_ulong_t st_ctime_nsec; |
56 | compat_off_t st_blksize; | 56 | compat_off_t st_blksize; |
57 | compat_off_t st_blocks; | 57 | compat_off_t st_blocks; |