summaryrefslogtreecommitdiff
path: root/sys/compat/sunos
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-02 21:58:02 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-02 21:58:02 +0000
commit254bf8a3bfe32a2056837b65dce98d113e99ab2c (patch)
tree89232f9231dfffcf11d05c429dc406397274d170 /sys/compat/sunos
parent1c41d92cf9a16585fd785a9f55649094a5bcbee9 (diff)
Regen
Diffstat (limited to 'sys/compat/sunos')
-rw-r--r--sys/compat/sunos/sunos_syscall.h2
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h8
-rw-r--r--sys/compat/sunos/sunos_syscalls.c2
-rw-r--r--sys/compat/sunos/sunos_sysent.c2
4 files changed, 4 insertions, 10 deletions
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h
index 3d9eee472af..e970f2397b2 100644
--- a/sys/compat/sunos/sunos_syscall.h
+++ b/sys/compat/sunos/sunos_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.3 1996/08/02 20:20:31 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 21:55:22 niklas Exp
*/
#define SUNOS_SYS_syscall 0
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index 15112837fdd..3f3c08be44c 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_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.3 1996/08/02 20:20:31 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 21:55:22 niklas Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -131,12 +131,6 @@ struct sunos_sys_setrlimit_args {
syscallarg(struct orlimit *) rlp;
};
-struct sys_poll_args {
- syscallarg(struct pollfd *) fds;
- syscallarg(unsigned long) nfds;
- syscallarg(int) timeout;
-};
-
struct sunos_sys_nfssvc_args {
syscallarg(int) fd;
};
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c
index f829aa90142..f618da639f4 100644
--- a/sys/compat/sunos/sunos_syscalls.c
+++ b/sys/compat/sunos/sunos_syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.3 1996/08/02 20:20:31 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 21:55:22 niklas Exp
*/
char *sunos_syscallnames[] = {
diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c
index 64d42024db1..10475f699c0 100644
--- a/sys/compat/sunos/sunos_sysent.c
+++ b/sys/compat/sunos/sunos_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.3 1996/08/02 20:20:31 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 21:55:22 niklas Exp
*/
#include <sys/param.h>