diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 21:58:02 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 21:58:02 +0000 |
commit | 254bf8a3bfe32a2056837b65dce98d113e99ab2c (patch) | |
tree | 89232f9231dfffcf11d05c429dc406397274d170 /sys/compat/svr4 | |
parent | 1c41d92cf9a16585fd785a9f55649094a5bcbee9 (diff) |
Regen
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r-- | sys/compat/svr4/svr4_syscall.h | 2 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 8 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 2 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_sysent.c | 2 |
4 files changed, 4 insertions, 10 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 0c134cf3c9e..0e239f3bcc8 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 1996/08/02 20:20:33 niklas Exp + * created from OpenBSD: syscalls.master,v 1.8 1996/08/02 21:55:24 niklas Exp */ #define SVR4_SYS_syscall 0 diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index dfd7ca18e1a..1a7e60ee543 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 1996/08/02 20:20:33 niklas Exp + * created from OpenBSD: syscalls.master,v 1.8 1996/08/02 21:55:24 niklas Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -163,12 +163,6 @@ struct svr4_sys_putmsg_args { syscallarg(int) flags; }; -struct sys_poll_args { - syscallarg(struct pollfd *) fds; - syscallarg(unsigned long) nfds; - syscallarg(int) timeout; -}; - struct svr4_sys_lstat_args { syscallarg(char *) path; syscallarg(struct svr4_stat *) ub; diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 785ba596759..b90c9fae92e 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 1996/08/02 20:20:33 niklas Exp + * created from OpenBSD: syscalls.master,v 1.8 1996/08/02 21:55:24 niklas Exp */ char *svr4_syscallnames[] = { diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 7f7a6eced41..6ac4d87c146 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 1996/08/02 20:20:33 niklas Exp + * created from OpenBSD: syscalls.master,v 1.8 1996/08/02 21:55:24 niklas Exp */ #include <sys/param.h> |