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/c57f02a66afa
branches:  trunk
changeset: 325179:c57f02a66afa
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 09 21:13:21 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 |  5 +++--
 sys/sys/syscall.h                         |  2 +-
 sys/sys/syscallargs.h                     |  2 +-
 6 files changed, 10 insertions(+), 9 deletions(-)

diffs (89 lines):

diff -r 1b1e6cec08f8 -r c57f02a66afa sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Mon Dec 09 21:12:45 2013 +0000
+++ b/sys/kern/init_sysent.c    Mon Dec 09 21:13:21 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_sysent.c,v 1.278 2013/12/09 19:19:39 pooka Exp $ */
+/* $NetBSD: init_sysent.c,v 1.279 2013/12/09 21:13:22 pooka Exp $ */
 
 /*
  * System call switch table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.278 2013/12/09 19:19:39 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.279 2013/12/09 21:13:22 pooka Exp $");
 
 #include "opt_modular.h"
 #include "opt_ntp.h"
diff -r 1b1e6cec08f8 -r c57f02a66afa sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Mon Dec 09 21:12:45 2013 +0000
+++ b/sys/kern/syscalls.c       Mon Dec 09 21:13:21 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscalls.c,v 1.269 2013/12/09 19:19:39 pooka Exp $ */
+/* $NetBSD: syscalls.c,v 1.270 2013/12/09 21:13:22 pooka Exp $ */
 
 /*
  * System call names.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.269 2013/12/09 19:19:39 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.270 2013/12/09 21:13:22 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"
diff -r 1b1e6cec08f8 -r c57f02a66afa sys/rump/include/rump/rump_syscalls.h
--- a/sys/rump/include/rump/rump_syscalls.h     Mon Dec 09 21:12:45 2013 +0000
+++ b/sys/rump/include/rump/rump_syscalls.h     Mon Dec 09 21:13:21 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.h,v 1.70 2013/12/09 19:19:39 pooka Exp $ */
+/* $NetBSD: rump_syscalls.h,v 1.71 2013/12/09 21:13:22 pooka Exp $ */
 
 /*
  * System call protos in rump namespace.
diff -r 1b1e6cec08f8 -r c57f02a66afa sys/rump/librump/rumpkern/rump_syscalls.c
--- a/sys/rump/librump/rumpkern/rump_syscalls.c Mon Dec 09 21:12:45 2013 +0000
+++ b/sys/rump/librump/rumpkern/rump_syscalls.c Mon Dec 09 21:13:21 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_syscalls.c,v 1.95 2013/12/09 19:19:39 pooka Exp $ */
+/* $NetBSD: rump_syscalls.c,v 1.96 2013/12/09 21:13:22 pooka Exp $ */
 
 /*
  * System call vector and marshalling for rump.
@@ -15,7 +15,7 @@
 
 #ifdef __NetBSD__
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.95 2013/12/09 19:19:39 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.96 2013/12/09 21:13:22 pooka Exp $");
 
 #include <sys/fstypes.h>
 #include <sys/proc.h>
@@ -25,6 +25,7 @@
 #include <errno.h>
 #include <stdint.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <srcsys/syscall.h>
 #include <srcsys/syscallargs.h>
diff -r 1b1e6cec08f8 -r c57f02a66afa sys/sys/syscall.h
--- a/sys/sys/syscall.h Mon Dec 09 21:12:45 2013 +0000
+++ b/sys/sys/syscall.h Mon Dec 09 21:13:21 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.h,v 1.265 2013/12/09 19:19:39 pooka Exp $ */
+/* $NetBSD: syscall.h,v 1.266 2013/12/09 21:13:21 pooka Exp $ */
 
 /*
  * System call numbers.
diff -r 1b1e6cec08f8 -r c57f02a66afa sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Mon Dec 09 21:12:45 2013 +0000
+++ b/sys/sys/syscallargs.h     Mon Dec 09 21:13:21 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscallargs.h,v 1.248 2013/12/09 19:19:39 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.249 2013/12/09 21:13:21 pooka Exp $ */
 
 /*
  * System call argument lists.



Home | Main Index | Thread Index | Old Index