This commit is contained in:
christos 1997-07-21 23:03:30 +00:00
parent ee8b56d3e6
commit 3c27e58f31
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* System call numbers. * System call numbers.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
*/ */
/* syscall: "syscall" ret: "int" args: */ /* syscall: "syscall" ret: "int" args: */

View File

@ -2,7 +2,7 @@
* System call argument lists. * System call argument lists.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
*/ */
#define syscallarg(x) union { x datum; register_t pad; } #define syscallarg(x) union { x datum; register_t pad; }

View File

@ -2,7 +2,7 @@
* System call names. * System call names.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
*/ */
char *svr4_syscallnames[] = { char *svr4_syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call switch table. * System call switch table.
* *
* DO NOT EDIT-- this file is automatically generated. * DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1997/06/27 05:29:38 kleink Exp * created from NetBSD: syscalls.master,v 1.23 1997/07/21 23:02:47 christos Exp
*/ */
#include <sys/param.h> #include <sys/param.h>