Module Name:    src
Committed By:   pooka
Date:           Sat May  9 10:57:04 UTC 2015

Modified Files:
        src/sys/kern: makesyscalls.sh

Log Message:
fix to work for syscalls.conf without sysautoload

reported by Justin('s buildbot)


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 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.152 src/sys/kern/makesyscalls.sh:1.153
--- src/sys/kern/makesyscalls.sh:1.152	Sat May  9 05:51:26 2015
+++ src/sys/kern/makesyscalls.sh	Sat May  9 10:57:04 2015
@@ -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 @@ esac
 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"

Reply via email to