This commit is contained in:
kleink 2001-04-10 11:06:20 +00:00
parent c73bcbb0f8
commit fba80da1d1
4 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: init_sysent.c,v 1.124 2001/01/27 07:48:28 thorpej Exp $ */
/* $NetBSD: init_sysent.c,v 1.125 2001/04/10 11:06:20 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
* created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
#include "opt_ktrace.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscalls.c,v 1.119 2001/01/27 07:48:28 thorpej Exp $ */
/* $NetBSD: syscalls.c,v 1.120 2001/04/10 11:06:20 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
* created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.118 2001/01/27 07:48:29 thorpej Exp $ */
/* $NetBSD: syscall.h,v 1.119 2001/04/10 11:06:21 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
* created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.99 2001/01/27 07:48:30 thorpej Exp $ */
/* $NetBSD: syscallargs.h,v 1.100 2001/04/10 11:06:21 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
* created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
#ifndef _SYS__SYSCALLARGS_H_