From cccc13221da78957aa6dc813a325c13f1a930874 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 22 Sep 2012 08:04:17 -0400 Subject: fix IPC_64 in msgctl too --- arch/x86_64/bits/ipc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/x86_64/bits/ipc.h b/arch/x86_64/bits/ipc.h index 51ad4427..ac5d0979 100644 --- a/arch/x86_64/bits/ipc.h +++ b/arch/x86_64/bits/ipc.h @@ -10,3 +10,5 @@ struct ipc_perm long __pad1; long __pad2; }; + +#define IPC_64 0 -- cgit v1.2.1