Regen.
This commit is contained in:
parent
c73bcbb0f8
commit
fba80da1d1
|
@ -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.
|
* System call switch table.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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"
|
#include "opt_ktrace.h"
|
||||||
|
|
|
@ -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.
|
* System call names.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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)
|
#if defined(_KERNEL) && !defined(_LKM)
|
||||||
|
|
|
@ -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.
|
* System call numbers.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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" "..." */
|
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||||
|
|
|
@ -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.
|
* System call argument lists.
|
||||||
*
|
*
|
||||||
* DO NOT EDIT-- this file is automatically generated.
|
* 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_
|
#ifndef _SYS__SYSCALLARGS_H_
|
||||||
|
|
Loading…
Reference in New Issue