Source-Changes-HG archive

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

[src/trunk]: src/sys/kern pretty pretty print



details:   https://anonhg.NetBSD.org/src/rev/9350b49294c1
branches:  trunk
changeset: 780343:9350b49294c1
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jul 20 18:19:09 2012 +0000

description:
pretty pretty print

diffstat:

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

diffs (18 lines):

diff -r 88df4545a44d -r 9350b49294c1 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Fri Jul 20 18:17:26 2012 +0000
+++ b/sys/kern/makesyscalls.sh  Fri Jul 20 18:19:09 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: makesyscalls.sh,v 1.122 2012/07/20 18:17:26 pooka Exp $
+#      $NetBSD: makesyscalls.sh,v 1.123 2012/07/20 18:19:09 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -282,7 +282,7 @@
        printf "#error Interface not supported inside kernel\n" > rumpcallshdr
        printf "#endif /* _KERNEL */\n\n" > rumpcallshdr
        printf "#include <sys/types.h> /* typedefs */\n" > rumpcallshdr
-       printf "#include <sys/select.h> /* typedefs */\n\n" > rumpcallshdr
+       printf "#include <sys/select.h> /* typedefs */\n" > rumpcallshdr
        printf "#include <sys/socket.h> /* typedefs */\n\n" > rumpcallshdr
        printf "#include <signal.h> /* typedefs */\n\n" > rumpcallshdr
        printf "#include <rump/rump_syscalls_compat.h>\n\n" > rumpcallshdr



Home | Main Index | Thread Index | Old Index