Source-Changes-HG archive

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

[src/trunk]: src/sys/kern unrevert part of 1.119 which should not have been r...



details:   https://anonhg.NetBSD.org/src/rev/88df4545a44d
branches:  trunk
changeset: 780342:88df4545a44d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jul 20 18:17:26 2012 +0000

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

diffstat:

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

diffs (17 lines):

diff -r aac6c149ac35 -r 88df4545a44d sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh  Fri Jul 20 17:32:40 2012 +0000
+++ b/sys/kern/makesyscalls.sh  Fri Jul 20 18:17:26 2012 +0000
@@ -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 @@
        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
 



Home | Main Index | Thread Index | Old Index