diff options
Diffstat (limited to 'arch/powerpc/bits/ipc.h')
-rw-r--r-- | arch/powerpc/bits/ipc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/bits/ipc.h b/arch/powerpc/bits/ipc.h index b0bcfa3f..e1bfe2f5 100644 --- a/arch/powerpc/bits/ipc.h +++ b/arch/powerpc/bits/ipc.h @@ -7,8 +7,9 @@ struct ipc_perm gid_t cgid; mode_t mode; int __ipc_perm_seq; - long __pad1; - long __pad2; + int __pad1; + long long __pad2; + long long __pad3; }; #define IPC_64 0x100 |