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/svr4_syscallargs.h | |
parent | 1c41d92cf9a16585fd785a9f55649094a5bcbee9 (diff) |
Regen
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 8 |
1 files changed, 1 insertions, 7 deletions
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; |