Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern kill empty line



details:   https://anonhg.NetBSD.org/src/rev/a6d67e55823e
branches:  trunk
changeset: 806792:a6d67e55823e
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 08 17:49:08 2015 +0000

description:
kill empty line

diffstat:

 sys/kern/makesyscalls.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 4a222cced50b -r a6d67e55823e sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Sun Mar 08 17:15:58 2015 +0000
+++ b/sys/kern/makesyscalls.sh  Sun Mar 08 17:49:08 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: makesyscalls.sh,v 1.149 2015/03/08 15:07:05 christos Exp $
+#      $NetBSD: makesyscalls.sh,v 1.150 2015/03/08 17:49:08 christos Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -784,9 +784,9 @@
        }
 
        # output syscall switch entry
-       printf("\t{\n\t\t") > sysent
+       printf("\t{") > sysent
        if (argc != 0) {
-               printf("ns(struct %s%s_args),", compatwrap_, funcname) > sysent
+               printf("\n\t\tns(struct %s%s_args),", compatwrap_, funcname) > sysent
        }
        if (modular) 
                wfn = "sys_nomodule";



Home | Main Index | Thread Index | Old Index