This commit is contained in:
mycroft 1996-09-07 14:18:04 +00:00
parent cdd2b02b50
commit 07d2eae876
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.35 1996/09/07 12:41:01 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 mycroft Exp
*/
#include <sys/param.h>

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.35 1996/09/07 12:41:01 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 mycroft Exp
*/
char *syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.35 1996/09/07 12:41:01 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 mycroft Exp
*/
#define 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.35 1996/09/07 12:41:01 mycroft Exp
* created from NetBSD: syscalls.master,v 1.36 1996/09/07 14:16:42 mycroft Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@ -893,7 +893,7 @@ struct sys_reboot_args {
struct sys_poll_args {
syscallarg(struct pollfd *) fds;
syscallarg(size_t) nfds;
syscallarg(u_int) nfds;
syscallarg(int) timeout;
};