Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/compat_netbsd32 Add VMSWAP



details:   https://anonhg.NetBSD.org/src/rev/b2b329176a09
branches:  trunk
changeset: 339613:b2b329176a09
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 30 10:26:14 2015 +0000

description:
Add VMSWAP

diffstat:

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

diffs (18 lines):

diff -r 695600e72782 -r b2b329176a09 sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile      Thu Jul 30 10:25:49 2015 +0000
+++ b/sys/modules/compat_netbsd32/Makefile      Thu Jul 30 10:26:14 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2015/05/10 06:33:28 matt Exp $
+#      $NetBSD: Makefile,v 1.14 2015/07/30 10:26:14 christos Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -20,7 +20,7 @@
 CPPFLAGS+=     -DCOMPAT_43
 CPPFLAGS+=     -DSYSVSHM -DSYSVSEM -DSYSVMSG -DCOMPAT_NETBSD32
 CPPFLAGS+=     -DEXEC_ELF32 -DEXEC_ELF64
-CPPFLAGS+=     -DCOREDUMP -DNTP
+CPPFLAGS+=     -DCOREDUMP -DNTP -DVMSWAP
 
 .PATH: ${S}/compat/netbsd32
 SRCS+= netbsd32_compat_09.c netbsd32_compat_10.c



Home | Main Index | Thread Index | Old Index