summaryrefslogtreecommitdiff
path: root/sys/compat/common
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-05-05 05:18:18 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-05-05 05:18:18 +0000
commit362628690c559eab12e5bf8c64512c5e5350b58b (patch)
tree2cb7c30ab888824bebda659fb9064b9556ea0e64 /sys/compat/common
parent90fba9dca9ebfbf4d14a9899b00949b5b2c0ea69 (diff)
make compile peace frienship bubblegum
Diffstat (limited to 'sys/compat/common')
-rw-r--r--sys/compat/common/kern_ipc_10.c4
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;