Regen. (no actual differences)

This commit is contained in:
matt 2005-02-19 22:19:02 +00:00
parent 16cf76fdc3
commit 832084d8ae
4 changed files with 15 additions and 13 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.160 2005/01/02 17:47:30 thorpej Exp $ */
/* $NetBSD: init_sysent.c,v 1.161 2005/02/19 22:19:02 matt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.143 2005/01/02 16:08:29 thorpej Exp
* created from NetBSD: syscalls.master,v 1.144 2005/02/19 22:15:51 matt Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.160 2005/01/02 17:47:30 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.161 2005/02/19 22:19:02 matt Exp $");
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
@ -991,9 +991,9 @@ struct sysent sysent[] = {
{ 4, s(struct sys_extattr_list_link_args), 0,
sys_extattr_list_link }, /* 372 = extattr_list_link */
{ 0, 0, 0,
sys_nosys }, /* 373 = filler */
sys_nosys }, /* 373 = unimplemented sys_pselect */
{ 0, 0, 0,
sys_nosys }, /* 374 = filler */
sys_nosys }, /* 374 = unimplemented sys_pollts */
{ 0, 0, 0,
sys_nosys }, /* 375 = filler */
{ 0, 0, 0,

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.155 2005/01/02 17:47:30 thorpej Exp $ */
/* $NetBSD: syscalls.c,v 1.156 2005/02/19 22:19:02 matt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.143 2005/01/02 16:08:29 thorpej Exp
* created from NetBSD: syscalls.master,v 1.144 2005/02/19 22:15:51 matt Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.155 2005/01/02 17:47:30 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.156 2005/02/19 22:19:02 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"
@ -508,4 +508,6 @@ const char *const syscallnames[] = {
"extattr_list_fd", /* 370 = extattr_list_fd */
"extattr_list_file", /* 371 = extattr_list_file */
"extattr_list_link", /* 372 = extattr_list_link */
"#373 (unimplemented sys_pselect)", /* 373 = unimplemented sys_pselect */
"#374 (unimplemented sys_pollts)", /* 374 = unimplemented sys_pollts */
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.153 2005/01/02 17:47:29 thorpej Exp $ */
/* $NetBSD: syscall.h,v 1.154 2005/02/19 22:19:02 matt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.143 2005/01/02 16:08:29 thorpej Exp
* created from NetBSD: syscalls.master,v 1.144 2005/02/19 22:15:51 matt Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@ -1019,5 +1019,5 @@
/* syscall: "extattr_list_link" ret: "int" args: "const char *" "int" "void *" "size_t" */
#define SYS_extattr_list_link 372
#define SYS_MAXSYSCALL 373
#define SYS_MAXSYSCALL 375
#define SYS_NSYSENT 512

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.135 2005/01/02 17:47:30 thorpej Exp $ */
/* $NetBSD: syscallargs.h,v 1.136 2005/02/19 22:19:02 matt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.143 2005/01/02 16:08:29 thorpej Exp
* created from NetBSD: syscalls.master,v 1.144 2005/02/19 22:15:51 matt Exp
*/
#ifndef _SYS__SYSCALLARGS_H_