Module Name:    src
Committed By:   pooka
Date:           Fri Jul 20 16:44:33 UTC 2012

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

Log Message:
revert 1.119.  theoretically there should be no issue, and i couldn't
find one in practice either, except including rump_syscalls.h from
non-NetBSD now works.

ok christos


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 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.120 src/sys/kern/makesyscalls.sh:1.121
--- src/sys/kern/makesyscalls.sh:1.120	Sat May  5 19:37:37 2012
+++ src/sys/kern/makesyscalls.sh	Fri Jul 20 16:44:33 2012
@@ -1,5 +1,4 @@
-#! /bin/sh -
-#	$NetBSD: makesyscalls.sh,v 1.120 2012/05/05 19:37:37 christos Exp $
+#	$NetBSD: makesyscalls.sh,v 1.121 2012/07/20 16:44:33 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -283,9 +282,8 @@ 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" > rumpcallshdr
-	printf "#include <sys/sigtypes.h> /* typedefs */\n" > rumpcallshdr
-	printf "#include <sys/socket.h> /* typedefs */\n\n" > rumpcallshdr
+	printf "#include <sys/select.h> /* typedefs */\n\n" > rumpcallshdr
+	printf "#include <signal.h> /* typedefs */\n\n" > rumpcallshdr
 	printf "#include <rump/rump_syscalls_compat.h>\n\n" > rumpcallshdr
 
 	printf "%s", sysarghdrextra > sysarghdr

Reply via email to