Source-Changes-HG archive

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

[src/trunk]: src/sys reregen



details:   https://anonhg.NetBSD.org/src/rev/24cf918d9261
branches:  trunk
changeset: 780685:24cf918d9261
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Aug 03 12:42:10 2012 +0000

description:
reregen

diffstat:

 sys/kern/init_sysent.c                    |  4 ++--
 sys/kern/syscalls.c                       |  4 ++--
 sys/rump/include/rump/rump_syscalls.h     |  2 +-
 sys/rump/librump/rumpkern/rump_syscalls.c |  4 ++--
 sys/sys/syscall.h                         |  2 +-
 sys/sys/syscallargs.h                     |  4 +++-
 6 files changed, 11 insertions(+), 9 deletions(-)

diffs (91 lines):

diff -r 9a899b4b0779 -r 24cf918d9261 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Fri Aug 03 12:41:13 2012 +0000
+++ b/sys/kern/init_sysent.c    Fri Aug 03 12:42:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_sysent.c,v 1.268 2012/08/03 11:32:56 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.269 2012/08/03 12:42:10 pooka Exp $ */
 
 /*
  * System call switch table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.268 2012/08/03 11:32:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.269 2012/08/03 12:42:10 pooka Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"
diff -r 9a899b4b0779 -r 24cf918d9261 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Fri Aug 03 12:41:13 2012 +0000
+++ b/sys/kern/syscalls.c       Fri Aug 03 12:42:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscalls.c,v 1.259 2012/08/03 11:32:56 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.260 2012/08/03 12:42:10 pooka Exp $ */
 
 /*
  * System call names.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.259 2012/08/03 11:32:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.260 2012/08/03 12:42:10 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"
diff -r 9a899b4b0779 -r 24cf918d9261 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Fri Aug 03 12:41:13 2012 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Fri Aug 03 12:42:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.h,v 1.59 2012/08/03 11:32:55 pooka Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.60 2012/08/03 12:42:10 pooka Exp $ */
 
 /*
  * System call protos in rump namespace.
diff -r 9a899b4b0779 -r 24cf918d9261 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Fri Aug 03 12:41:13 2012 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Fri Aug 03 12:42:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.81 2012/08/03 11:32:56 pooka Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.82 2012/08/03 12:42:10 pooka Exp $ */
 
 /*
  * System call vector and marshalling for rump.
@@ -11,7 +11,7 @@
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.81 2012/08/03 11:32:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.82 2012/08/03 12:42:10 pooka Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>
diff -r 9a899b4b0779 -r 24cf918d9261 sys/sys/syscall.h
--- a/sys/sys/syscall.h Fri Aug 03 12:41:13 2012 +0000
+++ b/sys/sys/syscall.h Fri Aug 03 12:42:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.h,v 1.255 2012/08/03 11:32:56 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.256 2012/08/03 12:42:10 pooka Exp $ */
 
 /*
  * System call numbers.
diff -r 9a899b4b0779 -r 24cf918d9261 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Fri Aug 03 12:41:13 2012 +0000
+++ b/sys/sys/syscallargs.h     Fri Aug 03 12:42:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscallargs.h,v 1.238 2012/08/03 11:32:56 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.239 2012/08/03 12:42:10 pooka Exp $ */
 
 /*
  * System call argument lists.
@@ -11,7 +11,9 @@
 #define        _SYS_SYSCALLARGS_H_
 
 #include <sys/mount.h>
+#ifndef RUMP_CLIENT
 #include <sys/sched.h>
+#endif
 #include <sys/socket.h>
 
 #define        SYS_MAXSYSARGS  8



Home | Main Index | Thread Index | Old Index