regen; makesyscalls.sh changed

This commit is contained in:
thorpej 1998-02-19 00:45:36 +00:00
parent 054d3ec0b2
commit 2ea9f5648e
4 changed files with 22 additions and 8 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscall.h,v 1.44 1998/02/14 21:43:35 kleink Exp $ */
/* $NetBSD: svr4_syscall.h,v 1.45 1998/02/19 00:45:36 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1998/02/14 21:40:54 kleink Exp
* created from NetBSD: syscalls.master,v 1.31 1998/02/19 00:45:12 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_syscallargs.h,v 1.41 1998/02/14 21:43:36 kleink Exp $ */
/* $NetBSD: svr4_syscallargs.h,v 1.42 1998/02/19 00:45:36 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1998/02/14 21:40:54 kleink Exp
* created from NetBSD: syscalls.master,v 1.31 1998/02/19 00:45:12 thorpej Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }

View File

@ -1,12 +1,26 @@
/* $NetBSD: svr4_syscalls.c,v 1.43 1998/02/14 21:43:38 kleink Exp $ */
/* $NetBSD: svr4_syscalls.c,v 1.44 1998/02/19 00:45:36 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1998/02/14 21:40:54 kleink Exp
* created from NetBSD: syscalls.master,v 1.31 1998/02/19 00:45:12 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/svr4/svr4_types.h>
#include <compat/svr4/svr4_time.h>
#include <compat/svr4/svr4_signal.h>
#include <compat/svr4/svr4_ucontext.h>
#include <compat/svr4/svr4_syscallargs.h>
#include <compat/svr4/svr4_statvfs.h>
#include <compat/svr4/svr4_acl.h>
char *svr4_syscallnames[] = {
"syscall", /* 0 = syscall */
"exit", /* 1 = exit */

View File

@ -1,10 +1,10 @@
/* $NetBSD: svr4_sysent.c,v 1.45 1998/02/14 21:43:40 kleink Exp $ */
/* $NetBSD: svr4_sysent.c,v 1.46 1998/02/19 00:45:36 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.30 1998/02/14 21:40:54 kleink Exp
* created from NetBSD: syscalls.master,v 1.31 1998/02/19 00:45:12 thorpej Exp
*/
#include <sys/param.h>