Module Name:    src
Committed By:   pooka
Date:           Tue Jan 26 23:46:37 UTC 2016

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

Log Message:
fix typo in previous


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 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.163 src/sys/kern/makesyscalls.sh:1.164
--- src/sys/kern/makesyscalls.sh:1.163	Tue Jan 26 23:44:58 2016
+++ src/sys/kern/makesyscalls.sh	Tue Jan 26 23:46:37 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: makesyscalls.sh,v 1.163 2016/01/26 23:44:58 pooka Exp $
+#	$NetBSD: makesyscalls.sh,v 1.164 2016/01/26 23:46:37 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -287,7 +287,7 @@ NR == 1 {
 	printf "#include <sys/syscall.h>\n" > rumpcalls
 	printf "#include <sys/syscallargs.h>\n\n" > rumpcalls
 	printf "#include <sys/syscallvar.h>\n\n" > rumpcalls
-	printf "#include <rump-sys/kern.h>\"\n\n" > rumpcalls
+	printf "#include <rump-sys/kern.h>\n\n" > rumpcalls
 	printf "#include <rump/rumpuser.h>\n" > rumpcalls
 	printf "#define rsys_syscall(num, data, dlen, retval)\t\\\n" > rumpcalls
 	printf "    rump_syscall(num, data, dlen, retval)\n\n" > rumpcalls

Reply via email to