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/376ed8d240b8
branches:  trunk
changeset: 806794:376ed8d240b8
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 7b09421a47e6 -r 376ed8d240b8 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