Module Name: src Committed By: pooka Date: Fri Jul 20 18:19:09 UTC 2012
Modified Files: src/sys/kern: makesyscalls.sh Log Message: pretty pretty print To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 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.122 src/sys/kern/makesyscalls.sh:1.123 --- src/sys/kern/makesyscalls.sh:1.122 Fri Jul 20 18:17:26 2012 +++ src/sys/kern/makesyscalls.sh Fri Jul 20 18:19:09 2012 @@ -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 @@ NR == 1 { 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