update for new syscalls.master

This commit is contained in:
cgd 1995-01-06 00:09:39 +00:00
parent 9125e2c436
commit 1502c60de3
2 changed files with 3 additions and 7 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.25 1994/12/14 16:29:57 mycroft Exp
* created from NetBSD: syscalls.master,v 1.26 1995/01/06 00:08:17 cgd Exp
*/
#define SYS_syscall 0
@ -123,7 +123,7 @@
#define SYS_gettimeofday 116
#define SYS_getrusage 117
#define SYS_getsockopt 118
#define SYS_resuba 119
/* 119 is obsolete resuba */
#define SYS_readv 120
#define SYS_writev 121
#define SYS_settimeofday 122

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.25 1994/12/14 16:29:57 mycroft Exp
* created from NetBSD: syscalls.master,v 1.26 1995/01/06 00:08:17 cgd Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -521,10 +521,6 @@ struct getsockopt_args {
syscallarg(int *) avalsize;
};
struct resuba_args {
syscallarg(int) value;
};
struct readv_args {
syscallarg(int) fd;
syscallarg(struct iovec *) iovp;