Source-Changes-HG archive

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

[src/trunk]: src/sys regen



details:   https://anonhg.NetBSD.org/src/rev/c5295bfd2d12
branches:  trunk
changeset: 789852:c5295bfd2d12
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Sep 10 17:42:02 2013 +0000

description:
regen

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 |  6 +++---
 sys/sys/syscall.h                         |  2 +-
 sys/sys/syscallargs.h                     |  2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diffs (89 lines):

diff -r bc528dab0460 -r c5295bfd2d12 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Tue Sep 10 17:40:54 2013 +0000
+++ b/sys/kern/init_sysent.c    Tue Sep 10 17:42:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_sysent.c,v 1.273 2013/09/03 21:30:43 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.274 2013/09/10 17:42:02 pooka Exp $ */
 
 /*
  * System call switch table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.273 2013/09/03 21:30:43 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.274 2013/09/10 17:42:02 pooka Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"
diff -r bc528dab0460 -r c5295bfd2d12 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Tue Sep 10 17:40:54 2013 +0000
+++ b/sys/kern/syscalls.c       Tue Sep 10 17:42:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscalls.c,v 1.264 2013/09/03 21:30:43 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.265 2013/09/10 17:42:02 pooka Exp $ */
 
 /*
  * System call names.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.264 2013/09/03 21:30:43 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.265 2013/09/10 17:42:02 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"
diff -r bc528dab0460 -r c5295bfd2d12 sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Tue Sep 10 17:40:54 2013 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Tue Sep 10 17:42:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.h,v 1.65 2013/09/03 21:30:43 pooka Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.66 2013/09/10 17:42:02 pooka Exp $ */
 
 /*
  * System call protos in rump namespace.
diff -r bc528dab0460 -r c5295bfd2d12 sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Tue Sep 10 17:40:54 2013 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Tue Sep 10 17:42:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.90 2013/09/03 21:30:43 pooka Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.91 2013/09/10 17:42:02 pooka Exp $ */
 
 /*
  * System call vector and marshalling for rump.
@@ -8,14 +8,14 @@
  */
 
 #ifdef RUMP_CLIENT
-#include "rumpuser_port.h"
+#include <rump/rumpuser_port.h>
 #endif /* RUMP_CLIENT */
 
 #include <sys/param.h>
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.90 2013/09/03 21:30:43 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.91 2013/09/10 17:42:02 pooka Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>
diff -r bc528dab0460 -r c5295bfd2d12 sys/sys/syscall.h
--- a/sys/sys/syscall.h Tue Sep 10 17:40:54 2013 +0000
+++ b/sys/sys/syscall.h Tue Sep 10 17:42:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.h,v 1.260 2013/09/03 21:30:43 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.261 2013/09/10 17:42:02 pooka Exp $ */
 
 /*
  * System call numbers.
diff -r bc528dab0460 -r c5295bfd2d12 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Tue Sep 10 17:40:54 2013 +0000
+++ b/sys/sys/syscallargs.h     Tue Sep 10 17:42:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscallargs.h,v 1.243 2013/09/03 21:30:43 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.244 2013/09/10 17:42:02 pooka Exp $ */
 
 /*
  * System call argument lists.



Home | Main Index | Thread Index | Old Index