From 2ffc44f47bb250fb6cbae848957bd56b691a384e Mon Sep 17 00:00:00 2001 From: ad Date: Thu, 27 Mar 2008 17:14:21 +0000 Subject: [PATCH] Regen. --- sys/kern/init_sysent.c | 10 +++++----- sys/kern/syscalls.c | 6 +++--- sys/rump/librump/rumpkern/rump_syscalls.c | 6 +++--- sys/rump/librump/rumpkern/rump_syscalls.h | 4 ++-- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index f8edcf4478df..953cd323ba8e 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: init_sysent.c,v 1.219 2008/03/24 23:47:06 yamt Exp $ */ +/* $NetBSD: init_sysent.c,v 1.220 2008/03/27 17:14:21 ad Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.195 2008/03/24 23:46:43 yamt Exp + * created from NetBSD: syscalls.master,v 1.196 2008/03/27 17:13:25 ad Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.219 2008/03/24 23:47:06 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.220 2008/03/27 17:14:21 ad Exp $"); #include "opt_nfsserver.h" #include "opt_ntp.h" @@ -940,9 +940,9 @@ struct sysent sysent[] = { (sy_call_t *)sys_pmc_control }, /* 342 = pmc_control */ { ns(struct sys_rasctl_args), SYCALL_MPSAFE | 0, (sy_call_t *)sys_rasctl }, /* 343 = rasctl */ - { 0, 0, 0, + { 0, 0, SYCALL_MPSAFE | 0, (sy_call_t *)sys_kqueue }, /* 344 = kqueue */ - { ns(struct sys_kevent_args), 0, + { ns(struct sys_kevent_args), SYCALL_MPSAFE | 0, (sy_call_t *)sys_kevent }, /* 345 = kevent */ { ns(struct sys__sched_setparam_args), SYCALL_MPSAFE | 0, (sy_call_t *)sys__sched_setparam }, /* 346 = _sched_setparam */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 30625cb095e1..6e9ec1a13d21 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.211 2008/03/24 23:47:06 yamt Exp $ */ +/* $NetBSD: syscalls.c,v 1.212 2008/03/27 17:14:21 ad Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.195 2008/03/24 23:46:43 yamt Exp + * created from NetBSD: syscalls.master,v 1.196 2008/03/27 17:13:25 ad Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.211 2008/03/24 23:47:06 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.212 2008/03/27 17:14:21 ad 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 c674d724ac10..a12c0f51003b 100644 --- a/sys/rump/librump/rumpkern/rump_syscalls.c +++ b/sys/rump/librump/rumpkern/rump_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: rump_syscalls.c,v 1.4 2008/03/24 23:47:06 yamt Exp $ */ +/* $NetBSD: rump_syscalls.c,v 1.5 2008/03/27 17:14:21 ad Exp $ */ /* * System call marshalling for rump. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.195 2008/03/24 23:46:43 yamt Exp + * created from NetBSD: syscalls.master,v 1.196 2008/03/27 17:13:25 ad Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.4 2008/03/24 23:47:06 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rump_syscalls.c,v 1.5 2008/03/27 17:14:21 ad Exp $"); #include #include diff --git a/sys/rump/librump/rumpkern/rump_syscalls.h b/sys/rump/librump/rumpkern/rump_syscalls.h index 8796481f3c83..f59c6f326d70 100644 --- a/sys/rump/librump/rumpkern/rump_syscalls.h +++ b/sys/rump/librump/rumpkern/rump_syscalls.h @@ -1,10 +1,10 @@ -/* $NetBSD: rump_syscalls.h,v 1.4 2008/03/24 23:47:06 yamt Exp $ */ +/* $NetBSD: rump_syscalls.h,v 1.5 2008/03/27 17:14:21 ad Exp $ */ /* * System call protos in rump namespace. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.195 2008/03/24 23:46:43 yamt Exp + * created from NetBSD: syscalls.master,v 1.196 2008/03/27 17:13:25 ad Exp */ ssize_t rump_sys_read(int, void *, size_t, int *); diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 9d82bafac15a..cee085af357d 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.208 2008/03/24 23:47:06 yamt Exp $ */ +/* $NetBSD: syscall.h,v 1.209 2008/03/27 17:14:21 ad Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.195 2008/03/24 23:46:43 yamt Exp + * created from NetBSD: syscalls.master,v 1.196 2008/03/27 17:13:25 ad Exp */ #ifndef _SYS_SYSCALL_H_ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 81b4e5c9f87c..f4930f5829ec 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.190 2008/03/24 23:47:06 yamt Exp $ */ +/* $NetBSD: syscallargs.h,v 1.191 2008/03/27 17:14:21 ad Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.195 2008/03/24 23:46:43 yamt Exp + * created from NetBSD: syscalls.master,v 1.196 2008/03/27 17:13:25 ad Exp */ #ifndef _SYS_SYSCALLARGS_H_