Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump default compat to 60 & 70
details: https://anonhg.NetBSD.org/src/rev/1d46297ee5a7
branches: trunk
changeset: 337655:1d46297ee5a7
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Apr 22 17:58:19 2015 +0000
description:
default compat to 60 & 70
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7ef425dd2dcd -r 1d46297ee5a7 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Wed Apr 22 17:57:49 2015 +0000
+++ b/sys/rump/Makefile.rump Wed Apr 22 17:58:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.104 2015/04/22 16:59:45 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.105 2015/04/22 17:58:19 pooka Exp $
#
.if !defined(_RUMP_MK)
@@ -30,7 +30,7 @@
.endif
.endif
-RUMP_COMPAT?= 50 60
+RUMP_COMPAT?= 60 70
CPPFLAGS+= ${RUMP_COMPAT:C/[1-9]0/-DCOMPAT_&/g}
CPPFLAGS+= -DMAXUSERS=32
Home |
Main Index |
Thread Index |
Old Index