Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Eliminate stray \t in the syscalls_autoload.c outpu...
details: https://anonhg.NetBSD.org/src/rev/90a72c69c8dd
branches: trunk
changeset: 341947:90a72c69c8dd
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Nov 30 23:00:14 2015 +0000
description:
Eliminate stray \t in the syscalls_autoload.c output file.
diffstat:
sys/kern/makesyscalls.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 27f7984fa5d6 -r 90a72c69c8dd sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Mon Nov 30 22:58:15 2015 +0000
+++ b/sys/kern/makesyscalls.sh Mon Nov 30 23:00:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.155 2015/11/30 22:47:19 pgoyette Exp $
+# $NetBSD: makesyscalls.sh,v 1.156 2015/11/30 23:00:14 pgoyette Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -1150,7 +1150,7 @@
cat $sysprotos >> $sysarghdr
echo "#endif /* _${constprefix}SYSCALL_H_ */" >> $sysnumhdr
echo "#endif /* _${constprefix}SYSCALLARGS_H_ */" >> $sysarghdr
-echo "\t { 0, NULL }" >> $sysautoload
+fprint("\t { 0, NULL }\n") >> $sysautoload
echo "};" >> $sysautoload
printf "\n#endif /* _RUMP_RUMP_SYSCALLS_H_ */\n" >> $rumpprotos
cat $sysdcl $sysent > $syssw
Home |
Main Index |
Thread Index |
Old Index