diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 21:55:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 21:55:25 +0000 |
commit | 1c41d92cf9a16585fd785a9f55649094a5bcbee9 (patch) | |
tree | 34a8a05df2afc215d91da9daaa6973ec9dd45b76 /sys/compat | |
parent | cd0973a98c9d44282442ba6bc83d7b2303769348 (diff) |
/sys_poll/s/STD/NOARGS/
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/ibcs2/syscalls.master | 4 | ||||
-rw-r--r-- | sys/compat/sunos/syscalls.master | 4 | ||||
-rw-r--r-- | sys/compat/svr4/syscalls.master | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/ibcs2/syscalls.master b/sys/compat/ibcs2/syscalls.master index 80c384f9257..3908119edbd 100644 --- a/sys/compat/ibcs2/syscalls.master +++ b/sys/compat/ibcs2/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.4 1996/08/02 20:20:28 niklas Exp $ + $OpenBSD: syscalls.master,v 1.5 1996/08/02 21:55:17 niklas Exp $ ; $NetBSD: syscalls.master,v 1.8 1996/01/07 06:09:43 mycroft Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -160,7 +160,7 @@ 86 STD { int ibcs2_sys_putmsg(int fd, \ struct ibcs2_stropts *ctl, \ struct ibcs2_stropts *dat, int flags); } -87 STD { int sys_poll(struct pollfd *fds, \ +87 NOARGS { int sys_poll(struct pollfd *fds, \ unsigned long nfds, int timeout); } 88 UNIMPL 89 UNIMPL diff --git a/sys/compat/sunos/syscalls.master b/sys/compat/sunos/syscalls.master index f402b5639c9..033d9e9bf4a 100644 --- a/sys/compat/sunos/syscalls.master +++ b/sys/compat/sunos/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.3 1996/08/02 20:20:31 niklas Exp $ + $OpenBSD: syscalls.master,v 1.4 1996/08/02 21:55:22 niklas Exp $ ; $NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -233,7 +233,7 @@ int *alen); } 151 UNIMPL getmsg 152 UNIMPL putmsg -153 STD { int sys_poll(struct pollfd *fds, \ +153 NOARGS { int sys_poll(struct pollfd *fds, \ unsigned long nfds, int timeout); } 154 UNIMPL #ifdef NFSSERVER diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index c43e9c8254b..1582ba37e02 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.7 1996/08/02 20:20:33 niklas Exp $ + $OpenBSD: syscalls.master,v 1.8 1996/08/02 21:55:24 niklas Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -157,7 +157,7 @@ struct svr4_strbuf *dat, int *flags); } 86 STD { int svr4_sys_putmsg(int fd, struct svr4_strbuf *ctl, \ struct svr4_strbuf *dat, int flags); } -87 STD { int sys_poll(struct pollfd *fds, \ +87 NOARGS { int sys_poll(struct pollfd *fds, \ unsigned long nfds, int timeout); } 88 STD { int svr4_sys_lstat(char *path, \ struct svr4_stat *ub); } |