syscalls.master was changed

This commit is contained in:
christos 1995-01-08 21:32:40 +00:00
parent ff6fb90722
commit e15e38be03
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.6 1994/11/18 02:54:32 christos Exp
* created from NetBSD: syscalls.master,v 1.7 1995/01/08 21:31:50 christos Exp
*/
#define SVR4_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.6 1994/11/18 02:54:32 christos Exp
* created from NetBSD: syscalls.master,v 1.7 1995/01/08 21:31:50 christos 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.6 1994/11/18 02:54:32 christos Exp
* created from NetBSD: syscalls.master,v 1.7 1995/01/08 21:31:50 christos Exp
*/
char *svr4_syscallnames[] = {

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.6 1994/11/18 02:54:32 christos Exp
* created from NetBSD: syscalls.master,v 1.7 1995/01/08 21:31:50 christos Exp
*/
#include <sys/param.h>