Regen.
This commit is contained in:
parent
a19a515177
commit
2ffc44f47b
@ -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 <sys/cdefs.h>
|
||||
__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 */
|
||||
|
@ -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 <sys/cdefs.h>
|
||||
__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"
|
||||
|
@ -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 <sys/cdefs.h>
|
||||
__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 <sys/types.h>
|
||||
#include <sys/param.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 *);
|
||||
|
@ -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_
|
||||
|
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user