This commit is contained in:
christos 2009-01-11 19:41:12 +00:00
parent 87e24cb708
commit cbac073161
4 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.236 2009/01/11 12:22:51 tsutsui Exp $ */
/* $NetBSD: init_sysent.c,v 1.237 2009/01/11 19:41:12 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.236 2009/01/11 12:22:51 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.237 2009/01/11 19:41:12 christos Exp $");
#include "opt_ntp.h"
#include "opt_sysv.h"
@ -720,7 +720,7 @@ struct sysent sysent[] = {
{ ns(struct sys_lchown_args), 0,
(sy_call_t *)sys_lchown }, /* 275 = lchown */
{ ns(struct compat_50_sys_lutimes_args), 0,
(sy_call_t *)compat_50(sys_lutimes) },/* 276 = compat_50_lutimes */
(sy_call_t *)sys_nomodule }, /* 276 = compat_50_lutimes */
{ ns(struct sys___msync13_args), 0,
(sy_call_t *)sys___msync13 }, /* 277 = __msync13 */
{ ns(struct compat_30_sys___stat13_args), 0,

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.227 2009/01/11 12:22:51 tsutsui Exp $ */
/* $NetBSD: syscalls.c,v 1.228 2009/01/11 19:41:12 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.227 2009/01/11 12:22:51 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.228 2009/01/11 19:41:12 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.224 2009/01/11 12:22:51 tsutsui Exp $ */
/* $NetBSD: syscall.h,v 1.225 2009/01/11 19:41:12 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
*/
#ifndef _SYS_SYSCALL_H_

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.206 2009/01/11 12:22:51 tsutsui Exp $ */
/* $NetBSD: syscallargs.h,v 1.207 2009/01/11 19:41:12 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.219 2009/01/11 02:45:53 christos Exp
* created from NetBSD: syscalls.master,v 1.220 2009/01/11 19:40:38 christos Exp
*/
#ifndef _SYS_SYSCALLARGS_H_