From 2bc3b0c694f00cbe5c7f3ef3fa02eb0e564c9313 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Tue, 17 Jun 2008 16:07:57 +0000 Subject: [PATCH] Regen from syscalls.master rev 1.204: > Include before for cpuset_t. --- sys/kern/init_sysent.c | 8 ++++---- sys/kern/syscalls.c | 8 ++++---- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 160f9b40e4df..4c750fba116a 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,14 +1,14 @@ -/* $NetBSD: init_sysent.c,v 1.226 2008/06/16 01:00:21 christos Exp $ */ +/* $NetBSD: init_sysent.c,v 1.227 2008/06/17 16:07:57 tsutsui Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp + * created from NetBSD: syscalls.master,v 1.204 2008/06/17 16:05:23 tsutsui Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.226 2008/06/16 01:00:21 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.227 2008/06/17 16:07:57 tsutsui Exp $"); #include "opt_nfsserver.h" #include "opt_ntp.h" @@ -22,8 +22,8 @@ __KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.226 2008/06/16 01:00:21 christos E #include #include #include -#include #include +#include #ifdef COMPAT_43 #define compat_43(func) __CONCAT(compat_43_,func) diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index bf6de3b47e62..02a61b15c9ac 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.217 2008/06/16 01:00:21 christos Exp $ */ +/* $NetBSD: syscalls.c,v 1.218 2008/06/17 16:07:57 tsutsui Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp + * created from NetBSD: syscalls.master,v 1.204 2008/06/17 16:05:23 tsutsui Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.217 2008/06/16 01:00:21 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.218 2008/06/17 16:07:57 tsutsui Exp $"); #if defined(_KERNEL_OPT) #include "opt_nfsserver.h" @@ -23,8 +23,8 @@ __KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.217 2008/06/16 01:00:21 christos Exp #include #include #include -#include #include +#include #endif /* _KERNEL_OPT */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 9606e136ef8d..1ad62f2e04cf 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscall.h,v 1.214 2008/06/16 01:00:21 christos Exp $ */ +/* $NetBSD: syscall.h,v 1.215 2008/06/17 16:07:57 tsutsui Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp + * created from NetBSD: syscalls.master,v 1.204 2008/06/17 16:05:23 tsutsui Exp */ #ifndef _SYS_SYSCALL_H_ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 7c272e17bdd3..b64ed177e0ae 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: syscallargs.h,v 1.196 2008/06/16 01:00:21 christos Exp $ */ +/* $NetBSD: syscallargs.h,v 1.197 2008/06/17 16:07:57 tsutsui Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp + * created from NetBSD: syscalls.master,v 1.204 2008/06/17 16:05:23 tsutsui Exp */ #ifndef _SYS_SYSCALLARGS_H_