Module Name:    src
Committed By:   pooka
Date:           Thu Dec 30 11:54:50 UTC 2010

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

Log Message:
snafu in previous: extra printf arg


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 src/sys/kern/makesyscalls.sh:1.105
--- src/sys/kern/makesyscalls.sh:1.104	Thu Dec 30 11:42:53 2010
+++ src/sys/kern/makesyscalls.sh	Thu Dec 30 11:54:50 2010
@@ -1,5 +1,5 @@
 #! /bin/sh -
-#	$NetBSD: makesyscalls.sh,v 1.104 2010/12/30 11:42:53 pooka Exp $
+#	$NetBSD: makesyscalls.sh,v 1.105 2010/12/30 11:54:50 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -817,7 +817,8 @@
 			    sys_nosys, syscall) > sysent
 			printf("\t{ 0, 0, 0,\n\t    %s },\t\t\t/* %d = filler */\n", \
 			    "(sy_call_t *)rump_enosys", syscall) > rumpsysent
-			printf("\t/* %3d */\t\"# filler\",\n", syscall, syscall) > sysnamesbottom
+			printf("\t/* %3d */\t\"# filler\",\n", syscall) \
+			    > sysnamesbottom
 			syscall++
 		}
 	}

Reply via email to