regen; makesyscalls.sh changed

This commit is contained in:
thorpej 1998-02-19 00:41:47 +00:00
parent c0ef23f235
commit e94f57bd08
4 changed files with 18 additions and 8 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscall.h,v 1.26 1998/01/09 06:22:55 thorpej Exp $ */
/* $NetBSD: linux_syscall.h,v 1.27 1998/02/19 00:41:47 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp
* created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_syscallargs.h,v 1.25 1998/01/09 06:22:56 thorpej Exp $ */
/* $NetBSD: linux_syscallargs.h,v 1.26 1998/02/19 00:41:47 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp
* created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }

View File

@ -1,12 +1,22 @@
/* $NetBSD: linux_syscalls.c,v 1.24 1998/01/09 06:22:57 thorpej Exp $ */
/* $NetBSD: linux_syscalls.c,v 1.25 1998/02/19 00:41:47 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp
* created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <compat/linux/linux_types.h>
#include <compat/linux/linux_signal.h>
#include <compat/linux/linux_syscallargs.h>
#include <machine/linux_machdep.h>
char *linux_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */

View File

@ -1,10 +1,10 @@
/* $NetBSD: linux_sysent.c,v 1.27 1998/01/09 06:22:58 thorpej Exp $ */
/* $NetBSD: linux_sysent.c,v 1.28 1998/02/19 00:41:48 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.21 1997/10/16 23:53:07 christos Exp
* created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp
*/
#include <sys/param.h>