diff options
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/compat.h b/arch/parisc/include/asm/compat.h index efa0b60c63fe..760f331d4fa3 100644 --- a/arch/parisc/include/asm/compat.h +++ b/arch/parisc/include/asm/compat.h | |||
@@ -105,7 +105,8 @@ struct compat_statfs { | |||
105 | __kernel_fsid_t f_fsid; | 105 | __kernel_fsid_t f_fsid; |
106 | s32 f_namelen; | 106 | s32 f_namelen; |
107 | s32 f_frsize; | 107 | s32 f_frsize; |
108 | s32 f_spare[5]; | 108 | s32 f_flags; |
109 | s32 f_spare[4]; | ||
109 | }; | 110 | }; |
110 | 111 | ||
111 | struct compat_sigcontext { | 112 | struct compat_sigcontext { |