Source-Changes-HG archive

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

[src/trunk]: src/sys/kern fix to work for syscalls.conf without sysautoload



details:   https://anonhg.NetBSD.org/src/rev/eed6f46d226d
branches:  trunk
changeset: 808170:eed6f46d226d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat May 09 10:57:04 2015 +0000

description:
fix to work for syscalls.conf without sysautoload

reported by Justin('s buildbot)

diffstat:

 sys/kern/makesyscalls.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d2b906329adb -r eed6f46d226d sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Sat May 09 08:13:34 2015 +0000
+++ b/sys/kern/makesyscalls.sh  Sat May 09 10:57:04 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: makesyscalls.sh,v 1.152 2015/05/09 05:51:26 pgoyette Exp $
+#      $NetBSD: makesyscalls.sh,v 1.153 2015/05/09 10:57:04 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -63,6 +63,7 @@
 sys_nosys="sys_nosys"  # default is sys_nosys(), if not specified otherwise
 maxsysargs=8           # default limit is 8 (32bit) arguments
 systrace="/dev/null"
+sysautoload="/dev/null"
 rumpcalls="/dev/null"
 rumpcallshdr="/dev/null"
 rumpsysmap="/dev/null"



Home | Main Index | Thread Index | Old Index