From 664cd341921007cea52c8891f27ce35927dca378 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 7 Jan 2014 22:53:38 +0100 Subject: x32 port (diff against vanilla x86_64) --- arch/x32/bits/ipc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/x32/bits/ipc.h') diff --git a/arch/x32/bits/ipc.h b/arch/x32/bits/ipc.h index ac5d0979..6e604cef 100644 --- a/arch/x32/bits/ipc.h +++ b/arch/x32/bits/ipc.h @@ -7,8 +7,8 @@ struct ipc_perm gid_t cgid; mode_t mode; int __ipc_perm_seq; - long __pad1; - long __pad2; + long long __pad1; + long long __pad2; }; #define IPC_64 0 -- cgit v1.2.1