Source-Changes-HG archive

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

[src/trunk]: src/sys/rump regen: include rumpclient syscall headers from sour...



details:   https://anonhg.NetBSD.org/src/rev/5aa39537d2ef
branches:  trunk
changeset: 763030:5aa39537d2ef
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 08 18:31:11 2011 +0000

description:
regen: include rumpclient syscall headers from source tree instead of host

diffstat:

 sys/rump/include/rump/rump_syscalls.h     |   4 ++--
 sys/rump/librump/rumpkern/rump_syscalls.c |  15 +++++++++------
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 37087bf887cc -r 5aa39537d2ef sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Tue Mar 08 18:30:24 2011 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Tue Mar 08 18:31:11 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_syscalls.h,v 1.48 2011/03/06 17:08:37 bouyer Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.49 2011/03/08 18:31:11 pooka Exp $ */
 
 /*
  * System call protos in rump namespace.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.246 2011/03/06 17:08:36 bouyer Exp
  */
 
 #ifndef _RUMP_RUMP_SYSCALLS_H_
diff -r 37087bf887cc -r 5aa39537d2ef sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Tue Mar 08 18:30:24 2011 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Tue Mar 08 18:31:11 2011 +0000
@@ -1,22 +1,22 @@
-/* $NetBSD: rump_syscalls.c,v 1.70 2011/03/06 17:08:37 bouyer Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.71 2011/03/08 18:31:11 pooka Exp $ */
 
 /*
  * System call vector and marshalling for rump.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD
+ * created from        NetBSD: syscalls.master,v 1.246 2011/03/06 17:08:36 bouyer Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.70 2011/03/06 17:08:37 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.71 2011/03/08 18:31:11 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/fstypes.h>
 #include <sys/proc.h>
-#include <sys/syscall.h>
-#include <sys/syscallargs.h>
-
 #ifdef RUMP_CLIENT
+#include <srcsys/syscall.h>
+#include <srcsys/syscallargs.h>
+
 #include <errno.h>
 #include <rump/rumpclient.h>
 
@@ -25,6 +25,9 @@
 #define rsys_seterrno(error) errno = error
 #define rsys_alias(a,b)
 #else
+#include <sys/syscall.h>
+#include <sys/syscallargs.h>
+
 #include <sys/syscallvar.h>
 
 #include <rump/rumpuser.h>



Home | Main Index | Thread Index | Old Index