Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/compat_sysv old ipc still needed for compat_netb...



details:   https://anonhg.NetBSD.org/src/rev/f851148b9173
branches:  trunk
changeset: 338879:f851148b9173
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 13 22:18:04 2015 +0000

description:
old ipc still needed for compat_netbsd32 on i386 and sparc.

diffstat:

 sys/modules/compat_sysv/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r f83b998a0e8f -r f851148b9173 sys/modules/compat_sysv/Makefile
--- a/sys/modules/compat_sysv/Makefile  Sat Jun 13 22:17:04 2015 +0000
+++ b/sys/modules/compat_sysv/Makefile  Sat Jun 13 22:18:04 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2015/05/10 07:41:16 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.2 2015/06/13 22:18:04 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -16,9 +16,7 @@
 SRCS+= sysv_msg_14.c sysv_sem_14.c sysv_shm_14.c
 SRCS+= sysv_msg_50.c sysv_sem_50.c sysv_shm_50.c sysv_ipc_50.c
 
-# really, all machines where sizeof(int) != sizeof(long) (LP64)
-.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "sparc64" \
-  && ${MACHINE_ARCH} != "x86_64")
+.if ${MACHINE_ARCH} != "alpha"
 SRCS+=  kern_ipc_10.c
 .endif
 



Home | Main Index | Thread Index | Old Index