This commit is contained in:
tron 1999-12-04 22:14:52 +00:00
parent 8b5f9298fa
commit a3dbb6bba5
8 changed files with 18 additions and 18 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.12 1999/10/04 16:57:12 tron Exp $ */
/* $NetBSD: linux_syscall.h,v 1.13 1999/12/04 22:14:52 tron Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.12 1999/10/04 16:57:12 tron Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.13 1999/12/04 22:14:53 tron Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@ -136,7 +136,7 @@ struct linux_sys_brk_args {
};
struct linux_sys_signal_args {
syscallarg(int) sig;
syscallarg(int) signum;
syscallarg(linux_handler_t) handler;
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscalls.c,v 1.12 1999/10/04 16:57:12 tron Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.13 1999/12/04 22:14:53 tron Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_sysent.c,v 1.12 1999/10/04 16:57:13 tron Exp $ */
/* $NetBSD: linux_sysent.c,v 1.13 1999/12/04 22:14:53 tron Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.36 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.37 1999/12/04 22:14:14 tron Exp
*/
#include "opt_compat_43.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.9 1999/10/04 16:57:13 tron Exp $ */
/* $NetBSD: linux_syscall.h,v 1.10 1999/12/04 22:14:54 tron Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.9 1999/10/04 16:57:13 tron Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.10 1999/12/04 22:14:54 tron Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@ -132,7 +132,7 @@ struct linux_sys_brk_args {
};
struct linux_sys_signal_args {
syscallarg(int) sig;
syscallarg(int) signum;
syscallarg(linux_handler_t) handler;
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscalls.c,v 1.9 1999/10/04 16:57:13 tron Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.10 1999/12/04 22:14:55 tron Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_sysent.c,v 1.9 1999/10/04 16:57:13 tron Exp $ */
/* $NetBSD: linux_sysent.c,v 1.10 1999/12/04 22:14:55 tron Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.9 1999/10/04 16:55:55 tron Exp
* created from NetBSD: syscalls.master,v 1.10 1999/12/04 22:14:15 tron Exp
*/
#include "opt_compat_netbsd.h"