This commit is contained in:
deraadt 1994-10-26 01:04:28 +00:00
parent 63d1852163
commit 734a6bf4d5
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1994/10/25 23:03:33 deraadt Exp
* created from NetBSD: syscalls.master,v 1.19 1994/10/26 01:03:43 deraadt Exp
*/
#include <sys/param.h>
@ -11,7 +11,7 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <compat/sunos/sunos.h>
#include <compat/sunos/syscallargs.h>
#include <compat/sunos/sunos_syscallargs.h>
int nosys();
int exit();
int fork();

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1994/10/25 23:03:33 deraadt Exp
* created from NetBSD: syscalls.master,v 1.19 1994/10/26 01:03:43 deraadt Exp
*/
#define SUNOS_SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1994/10/25 23:03:33 deraadt Exp
* created from NetBSD: syscalls.master,v 1.19 1994/10/26 01:03:43 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.18 1994/10/25 23:03:33 deraadt Exp
* created from NetBSD: syscalls.master,v 1.19 1994/10/26 01:03:43 deraadt Exp
*/
char *sunos_syscallnames[] = {