Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Forgot this one from previous commit. It too is ne...



details:   https://anonhg.NetBSD.org/src/rev/9a899b4b0779
branches:  trunk
changeset: 780684:9a899b4b0779
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Aug 03 12:41:13 2012 +0000

description:
Forgot this one from previous commit.  It too is needed for syscallargs.h
on rumpclient on !NetBSD.

diffstat:

 sys/kern/syscalls.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 484d7ac4326a -r 9a899b4b0779 sys/kern/syscalls.conf
--- a/sys/kern/syscalls.conf    Fri Aug 03 11:32:55 2012 +0000
+++ b/sys/kern/syscalls.conf    Fri Aug 03 12:41:13 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: syscalls.conf,v 1.18 2012/02/19 17:00:57 matt Exp $
+#      $NetBSD: syscalls.conf,v 1.19 2012/08/03 12:41:13 pooka Exp $
 
 sysnames="syscalls.c"
 sysnumhdr="../sys/syscall.h"
 syssw="init_sysent.c"
 sysarghdr="../sys/syscallargs.h"
-sysarghdrextra='#include <sys/mount.h>\n#include <sys/sched.h>\n#include <sys/socket.h>\n\n'
+sysarghdrextra='#include <sys/mount.h>\n#ifndef RUMP_CLIENT\n#include <sys/sched.h>\n#endif\n#include <sys/socket.h>\n\n'
 sysalign=1
 rumpcalls="../rump/librump/rumpkern/rump_syscalls.c"
 rumpcallshdr="../rump/include/rump/rump_syscalls.h"



Home | Main Index | Thread Index | Old Index