Module Name: src
Committed By: christos
Date: Sun Mar 8 20:31:53 UTC 2015
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
Don't forget to assign the new rump variables.
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/kern/makesyscalls.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.150 src/sys/kern/makesyscalls.sh:1.151
--- src/sys/kern/makesyscalls.sh:1.150 Sun Mar 8 13:49:08 2015
+++ src/sys/kern/makesyscalls.sh Sun Mar 8 16:31:53 2015
@@ -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 @@ BEGIN {
rumptypes = \"$rumptypes\"
sys_nosys = \"$sys_nosys\"
maxsysargs = \"$maxsysargs\"
+ rumpnoflags=\"$rumpnoflags\"
+ rumpnosys=\"$rumpnosys\"
+ rumpnomodule=\"$rumpnomodule\"
infile = \"$2\"
compatopts = \"$compatopts\"