Regen from syscalls.master rev 1.62:

> Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.
This commit is contained in:
tsutsui 2008-06-18 12:23:06 +00:00
parent 181592d5b7
commit 5ff92ba4da
4 changed files with 12 additions and 10 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.66 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: linux_syscall.h,v 1.67 2008/06/18 12:23:06 tsutsui Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.61 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.62 2008/06/18 12:21:20 tsutsui Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.65 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.66 2008/06/18 12:23:06 tsutsui Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.61 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.62 2008/06/18 12:21:20 tsutsui Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_syscalls.c,v 1.66 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.67 2008/06/18 12:23:06 tsutsui Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.61 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.62 2008/06/18 12:21:20 tsutsui Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.66 2008/04/23 14:10:04 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.67 2008/06/18 12:23:06 tsutsui Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@ -20,6 +20,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.66 2008/04/23 14:10:04 ad Exp $
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sched.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>

View File

@ -1,14 +1,14 @@
/* $NetBSD: linux_sysent.c,v 1.66 2008/04/23 14:10:04 ad Exp $ */
/* $NetBSD: linux_sysent.c,v 1.67 2008/06/18 12:23:06 tsutsui Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.61 2008/04/23 14:07:50 ad Exp
* created from NetBSD: syscalls.master,v 1.62 2008/06/18 12:21:20 tsutsui Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.66 2008/04/23 14:10:04 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.67 2008/06/18 12:23:06 tsutsui Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@ -19,6 +19,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.66 2008/04/23 14:10:04 ad Exp $")
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/sched.h>
#include <sys/syscallargs.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>