Source-Changes-HG archive

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

[src/trunk]: src/sys/kern revert 1.119. theoretically there should be no iss...



details:   https://anonhg.NetBSD.org/src/rev/531ea811ec50
branches:  trunk
changeset: 780338:531ea811ec50
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jul 20 16:44:33 2012 +0000

description:
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

diffstat:

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

diffs (22 lines):

diff -r 7eeaf398b4f6 -r 531ea811ec50 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Fri Jul 20 15:23:02 2012 +0000
+++ b/sys/kern/makesyscalls.sh  Fri Jul 20 16:44:33 2012 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index