Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Don't forget to assign the new rump variables.
details: https://anonhg.NetBSD.org/src/rev/5f853005ab10
branches: trunk
changeset: 336652:5f853005ab10
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 08 20:31:53 2015 +0000
description:
Don't forget to assign the new rump variables.
diffstat:
sys/kern/makesyscalls.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f82d2785daa9 -r 5f853005ab10 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Sun Mar 08 19:47:17 2015 +0000
+++ b/sys/kern/makesyscalls.sh Sun Mar 08 20:31:53 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.150 2015/03/08 17:49:08 christos Exp $
+# $NetBSD: makesyscalls.sh,v 1.151 2015/03/08 20:31:53 christos Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -172,6 +172,9 @@
rumptypes = \"$rumptypes\"
sys_nosys = \"$sys_nosys\"
maxsysargs = \"$maxsysargs\"
+ rumpnoflags=\"$rumpnoflags\"
+ rumpnosys=\"$rumpnosys\"
+ rumpnomodule=\"$rumpnomodule\"
infile = \"$2\"
compatopts = \"$compatopts\"
Home |
Main Index |
Thread Index |
Old Index