regen; makesyscalls.sh changed

This commit is contained in:
thorpej 1998-02-19 00:42:35 +00:00
parent db2bdf86a9
commit ffa2f66af1
4 changed files with 16 additions and 8 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: osf1_syscall.h,v 1.13 1998/02/14 21:31:26 kleink Exp $ */
/* $NetBSD: osf1_syscall.h,v 1.14 1998/02/19 00:42:35 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.8 1998/02/14 21:29:14 kleink Exp
* created from NetBSD: syscalls.master,v 1.9 1998/02/19 00:42:15 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: osf1_syscallargs.h,v 1.12 1998/02/14 21:31:28 kleink Exp $ */
/* $NetBSD: osf1_syscallargs.h,v 1.13 1998/02/19 00:42:35 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.8 1998/02/14 21:29:14 kleink Exp
* created from NetBSD: syscalls.master,v 1.9 1998/02/19 00:42:15 thorpej Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }

View File

@ -1,12 +1,20 @@
/* $NetBSD: osf1_syscalls.c,v 1.11 1998/02/14 21:31:30 kleink Exp $ */
/* $NetBSD: osf1_syscalls.c,v 1.12 1998/02/19 00:42:36 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.8 1998/02/14 21:29:14 kleink Exp
* created from NetBSD: syscalls.master,v 1.9 1998/02/19 00:42:15 thorpej Exp
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
#include <sys/mount.h>
#include <sys/poll.h>
#include <sys/syscallargs.h>
#include <compat/osf1/osf1_syscallargs.h>
char *osf1_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */

View File

@ -1,10 +1,10 @@
/* $NetBSD: osf1_sysent.c,v 1.13 1998/02/14 21:31:31 kleink Exp $ */
/* $NetBSD: osf1_sysent.c,v 1.14 1998/02/19 00:42:36 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.8 1998/02/14 21:29:14 kleink Exp
* created from NetBSD: syscalls.master,v 1.9 1998/02/19 00:42:15 thorpej Exp
*/
#include <sys/param.h>