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, now that it hopefully gene...
details: https://anonhg.NetBSD.org/src/rev/4c8f147e3ccc
branches: trunk
changeset: 337680:4c8f147e3ccc
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Apr 23 10:52:18 2015 +0000
description:
Default compat to 60 70, now that it hopefully generates no fallout.
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b49b52758c0d -r 4c8f147e3ccc sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Thu Apr 23 10:51:20 2015 +0000
+++ b/sys/rump/Makefile.rump Thu Apr 23 10:52:18 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.107 2015/04/22 18:14:55 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.108 2015/04/23 10:52:18 pooka Exp $
#
.if !defined(_RUMP_MK)
@@ -29,7 +29,7 @@
.endif
.endif
-RUMP_COMPAT?= 50 60 70
+RUMP_COMPAT?= 60 70
CPPFLAGS+= ${RUMP_COMPAT:C/[1-9]0/-DCOMPAT_&/g}
CPPFLAGS+= -DMAXUSERS=32
Home |
Main Index |
Thread Index |
Old Index