Module Name:    src
Committed By:   pooka
Date:           Fri Jul 20 18:17:26 UTC 2012

Modified Files:
        src/sys/kern: makesyscalls.sh

Log Message:
unrevert part of 1.119 which should not have been reverted (sys/socket.h)


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 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.121 src/sys/kern/makesyscalls.sh:1.122
--- src/sys/kern/makesyscalls.sh:1.121	Fri Jul 20 16:44:33 2012
+++ src/sys/kern/makesyscalls.sh	Fri Jul 20 18:17:26 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: makesyscalls.sh,v 1.121 2012/07/20 16:44:33 pooka Exp $
+#	$NetBSD: makesyscalls.sh,v 1.122 2012/07/20 18:17:26 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -283,6 +283,7 @@ NR == 1 {
 	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/socket.h> /* typedefs */\n\n" > rumpcallshdr
 	printf "#include <signal.h> /* typedefs */\n\n" > rumpcallshdr
 	printf "#include <rump/rump_syscalls_compat.h>\n\n" > rumpcallshdr
 

Reply via email to