Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Put 50 back to compat list for a while (some fallout)



details:   https://anonhg.NetBSD.org/src/rev/9425876c0f3d
branches:  trunk
changeset: 807799:9425876c0f3d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Apr 22 18:14:55 2015 +0000

description:
Put 50 back to compat list for a while (some fallout)

diffstat:

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

diffs (18 lines):

diff -r b600b6cb1549 -r 9425876c0f3d sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Wed Apr 22 18:12:39 2015 +0000
+++ b/sys/rump/Makefile.rump    Wed Apr 22 18:14:55 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rump,v 1.106 2015/04/22 18:12:39 pooka Exp $
+#      $NetBSD: Makefile.rump,v 1.107 2015/04/22 18:14:55 pooka Exp $
 #
 
 .if !defined(_RUMP_MK)
@@ -29,7 +29,7 @@
 .endif
 .endif
 
-RUMP_COMPAT?=  60 70
+RUMP_COMPAT?=  50 60 70
 CPPFLAGS+=     ${RUMP_COMPAT:C/[1-9]0/-DCOMPAT_&/g}
 
 CPPFLAGS+=     -DMAXUSERS=32



Home | Main Index | Thread Index | Old Index