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/ef3e7d8140b5
branches:  trunk
changeset: 807797:ef3e7d8140b5
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 7cb57b487a9a -r ef3e7d8140b5 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