Module Name: src
Committed By: pooka
Date: Mon Dec 9 21:12:45 UTC 2013
Modified Files:
src/sys/kern: makesyscalls.sh
Log Message:
one newline is enough
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 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.138 src/sys/kern/makesyscalls.sh:1.139
--- src/sys/kern/makesyscalls.sh:1.138 Mon Dec 9 21:11:15 2013
+++ src/sys/kern/makesyscalls.sh Mon Dec 9 21:12:45 2013
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.138 2013/12/09 21:11:15 pooka Exp $
+# $NetBSD: makesyscalls.sh,v 1.139 2013/12/09 21:12:45 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -232,7 +232,7 @@ NR == 1 {
printf "#ifdef RUMP_CLIENT\n" > rumpcalls
printf "#include <errno.h>\n" > rumpcalls
printf "#include <stdint.h>\n" > rumpcalls
- printf "#include <stdlib.h>\n\n" > rumpcalls
+ printf "#include <stdlib.h>\n" > rumpcalls
printf "#include <string.h>\n\n" > rumpcalls
printf "#include <srcsys/syscall.h>\n" > rumpcalls
printf "#include <srcsys/syscallargs.h>\n\n" > rumpcalls