diff options
author | 2004-05-05 05:18:17 +0000 | |
---|---|---|
committer | 2004-05-05 05:18:17 +0000 | |
commit | e9ff9355dddf964e74fcda2dc51917d5d4e0a554 (patch) | |
tree | c1f6452c4802fcea8c859454e4d6f5b212ed1e90 | |
parent | errx shall be used here (diff) | |
download | wireguard-openbsd-e9ff9355dddf964e74fcda2dc51917d5d4e0a554.tar.xz wireguard-openbsd-e9ff9355dddf964e74fcda2dc51917d5d4e0a554.zip |
make compile peace frienship bubblegum
-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; |