Regen.
This commit is contained in:
parent
bc370563bc
commit
40607e5bba
|
@ -1,14 +1,14 @@
|
|||
/* $NetBSD: init_sysent.c,v 1.214 2008/03/11 22:55:35 pooka Exp $ */
|
||||
/* $NetBSD: init_sysent.c,v 1.215 2008/03/21 21:59:27 ad Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.191 2008/03/11 22:50:10 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.192 2008/03/21 21:58:57 ad Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.214 2008/03/11 22:55:35 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.215 2008/03/21 21:59:27 ad Exp $");
|
||||
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_ntp.h"
|
||||
|
@ -934,9 +934,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.208 2008/03/11 22:52:37 pooka Exp $ */
|
||||
/* $NetBSD: syscalls.c,v 1.209 2008/03/21 21:59:27 ad Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.191 2008/03/11 22:50:10 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.192 2008/03/21 21:58:57 ad Exp
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.208 2008/03/11 22:52:37 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.209 2008/03/21 21:59:27 ad Exp $");
|
||||
|
||||
#if defined(_KERNEL_OPT)
|
||||
#include "opt_nfsserver.h"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: syscall.h,v 1.205 2008/03/11 22:52:37 pooka Exp $ */
|
||||
/* $NetBSD: syscall.h,v 1.206 2008/03/21 21:59:27 ad Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.191 2008/03/11 22:50:10 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.192 2008/03/21 21:58:57 ad Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSCALL_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: syscallargs.h,v 1.187 2008/03/11 22:52:37 pooka Exp $ */
|
||||
/* $NetBSD: syscallargs.h,v 1.188 2008/03/21 21:59:27 ad Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.191 2008/03/11 22:50:10 pooka Exp
|
||||
* created from NetBSD: syscalls.master,v 1.192 2008/03/21 21:58:57 ad Exp
|
||||
*/
|
||||
|
||||
#ifndef _SYS_SYSCALLARGS_H_
|
||||
|
|
Loading…
Reference in New Issue