From 7e10f527c25671de945e9042ec46966d231ff8e8 Mon Sep 17 00:00:00 2001 From: wrstuden Date: Thu, 16 Oct 2008 20:12:23 +0000 Subject: [PATCH] Regen syscall tables. I forgot to do it after revivesa. While pooka did some, not all are regenerated. Do them all at once for consistency. --- sys/kern/init_sysent.c | 6 +++--- sys/kern/syscalls.c | 6 +++--- sys/rump/librump/rumpkern/rump_syscalls.c | 4 ++-- sys/rump/librump/rumpkern/rump_syscalls.h | 2 +- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index d4aa48ee2975..224cae469fc4 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: init_sysent.c,v 1.228 2008/10/15 06:51:20 wrstuden Exp $ */ +/* $NetBSD: init_sysent.c,v 1.229 2008/10/16 20:12:23 wrstuden Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp + * created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.228 2008/10/15 06:51:20 wrstuden Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.229 2008/10/16 20:12:23 wrstuden Exp $"); #include "opt_nfsserver.h" #include "opt_ntp.h" diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index a7968c49aeac..d39ab082b66a 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.219 2008/10/15 06:51:20 wrstuden Exp $ */ +/* $NetBSD: syscalls.c,v 1.220 2008/10/16 20:12:23 wrstuden Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp + * created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.219 2008/10/15 06:51:20 wrstuden Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.220 2008/10/16 20:12:23 wrstuden Exp $"); #if defined(_KERNEL_OPT) #include "opt_nfsserver.h" diff --git a/sys/rump/librump/rumpkern/rump_syscalls.c b/sys/rump/librump/rumpkern/rump_syscalls.c index 9da9e92bb7de..d84bdd3556e2 100644 --- a/sys/rump/librump/rumpkern/rump_syscalls.c +++ b/sys/rump/librump/rumpkern/rump_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: rump_syscalls.c,v 1.19 2008/10/16 19:33:11 pooka Exp $ */ +/* $NetBSD: rump_syscalls.c,v 1.20 2008/10/16 20:12:23 wrstuden Exp $ */ /* * System call marshalling for rump. @@ -8,7 +8,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.19 2008/10/16 19:33:11 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.20 2008/10/16 20:12:23 wrstuden Exp $"); #include #include diff --git a/sys/rump/librump/rumpkern/rump_syscalls.h b/sys/rump/librump/rumpkern/rump_syscalls.h index e494ca19a4c9..8f0b81a2b15b 100644 --- a/sys/rump/librump/rumpkern/rump_syscalls.h +++ b/sys/rump/librump/rumpkern/rump_syscalls.h @@ -1,4 +1,4 @@ -/* $NetBSD: rump_syscalls.h,v 1.19 2008/10/16 19:33:11 pooka Exp $ */ +/* $NetBSD: rump_syscalls.h,v 1.20 2008/10/16 20:12:23 wrstuden Exp $ */ /* * System call protos in rump namespace. diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index d0d62f3d6f12..2459dbe73f4f 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.216 2008/10/15 06:51:21 wrstuden Exp $ */ +/* $NetBSD: syscall.h,v 1.217 2008/10/16 20:12:23 wrstuden Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp + * created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp */ #ifndef _SYS_SYSCALL_H_ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 64f6571ba963..11f48b9b3bba 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.198 2008/10/15 06:51:21 wrstuden Exp $ */ +/* $NetBSD: syscallargs.h,v 1.199 2008/10/16 20:12:23 wrstuden Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.200.4.2 2008/05/14 01:35:14 wrstuden Exp + * created from NetBSD: syscalls.master,v 1.211 2008/10/16 19:30:49 pooka Exp */ #ifndef _SYS_SYSCALLARGS_H_