diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-05 05:18:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-05-05 05:18:18 +0000 |
commit | 362628690c559eab12e5bf8c64512c5e5350b58b (patch) | |
tree | 2cb7c30ab888824bebda659fb9064b9556ea0e64 /sys/compat/common | |
parent | 90fba9dca9ebfbf4d14a9899b00949b5b2c0ea69 (diff) |
make compile peace frienship bubblegum
Diffstat (limited to 'sys/compat/common')
-rw-r--r-- | sys/compat/common/kern_ipc_10.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/common/kern_ipc_10.c b/sys/compat/common/kern_ipc_10.c index 33ea5ac5a76..9da0154ec64 100644 --- a/sys/compat/common/kern_ipc_10.c +++ b/sys/compat/common/kern_ipc_10.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_ipc_10.c,v 1.7 2001/11/06 19:53:17 miod Exp $ */ +/* $OpenBSD: kern_ipc_10.c,v 1.8 2004/05/05 05:18:17 mickey Exp $ */ /* $NetBSD: kern_ipc_10.c,v 1.4 1995/10/07 06:26:25 mycroft Exp $ */ /* @@ -48,7 +48,7 @@ * there are other COMPAT_* options that need these old functions. */ -#ifdef SYSVSEM +#if defined(SYSVSEM) && !defined(__LP64__) int compat_10_sys_semsys(p, v, retval) struct proc *p; |