This commit is contained in:
yamt 2005-11-29 22:54:08 +00:00
parent ed8da1a81e
commit 83427523dc
4 changed files with 10 additions and 10 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.168 2005/11/29 22:52:02 yamt Exp $ */
/* $NetBSD: init_sysent.c,v 1.169 2005/11/29 22:54:08 yamt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.149.6.2 2005/11/16 10:56:00 yamt Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.168 2005/11/29 22:52:02 yamt Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.169 2005/11/29 22:54:08 yamt Exp $");
#include "opt_ktrace.h"
#include "opt_nfsserver.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.163 2005/11/29 22:52:02 yamt Exp $ */
/* $NetBSD: syscalls.c,v 1.164 2005/11/29 22:54:08 yamt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.149.6.2 2005/11/16 10:56:00 yamt Exp
* created from NetBSD
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.163 2005/11/29 22:52:02 yamt Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.164 2005/11/29 22:54:08 yamt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.161 2005/11/29 22:52:02 yamt Exp $ */
/* $NetBSD: syscall.h,v 1.162 2005/11/29 22:54:08 yamt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.149.6.2 2005/11/16 10:56:00 yamt Exp
* created from NetBSD
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.143 2005/11/29 22:52:02 yamt Exp $ */
/* $NetBSD: syscallargs.h,v 1.144 2005/11/29 22:54:08 yamt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.149.6.2 2005/11/16 10:56:00 yamt Exp
* created from NetBSD
*/
#ifndef _SYS__SYSCALLARGS_H_