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/6c51198a792a
branches: trunk
changeset: 338028:6c51198a792a
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 ebce902a67f4 -r 6c51198a792a 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