Regen from syscalls.master rev 1.204:

> Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.
This commit is contained in:
tsutsui 2008-06-17 16:07:57 +00:00
parent 33dfc34006
commit 2bc3b0c694
4 changed files with 12 additions and 12 deletions

View File

@ -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 <sys/cdefs.h>
__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 <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <sys/sched.h>
#include <sys/syscallargs.h>
#ifdef COMPAT_43
#define compat_43(func) __CONCAT(compat_43_,func)

View File

@ -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 <sys/cdefs.h>
__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 <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <sys/sched.h>
#include <sys/syscallargs.h>
#endif /* _KERNEL_OPT */
const char *const syscallnames[] = {

View File

@ -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_

View File

@ -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_