Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern one newline is enough
details: https://anonhg.NetBSD.org/src/rev/1b1e6cec08f8
branches: trunk
changeset: 325178:1b1e6cec08f8
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Dec 09 21:12:45 2013 +0000
description:
one newline is enough
diffstat:
sys/kern/makesyscalls.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 97e1df80949d -r 1b1e6cec08f8 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Mon Dec 09 21:11:15 2013 +0000
+++ b/sys/kern/makesyscalls.sh Mon Dec 09 21:12:45 2013 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index