diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-01-30 17:43:26 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-01-30 17:43:26 +0000 |
commit | b0cdcd631bc4e9cb46fb8b13abfcdea8722037f5 (patch) | |
tree | aa6e275d1e3fd7147cce21e286382d1d893f96ee /term/ptyio.c | |
parent | d4a5c855a2bba060e65dae4f8781c8661db821db (diff) | |
download | hurd-b0cdcd631bc4e9cb46fb8b13abfcdea8722037f5.tar.gz hurd-b0cdcd631bc4e9cb46fb8b13abfcdea8722037f5.tar.bz2 hurd-b0cdcd631bc4e9cb46fb8b13abfcdea8722037f5.zip |
term/
2002-01-30 Marcus Brinkmann <marcus@gnu.org>
* users.c (trivfs_S_io_select): Remove IDTAG argument.
Also in invocation of pty_io_select.
* ptyio.c (pty_io_select): Likewise.
pfinet/
2002-01-30 Marcus Brinkmann <marcus@gnu.org>
* tunnel.c (trivfs_S_io_select): Remove IDTAG argument.
Diffstat (limited to 'term/ptyio.c')
-rw-r--r-- | term/ptyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/ptyio.c b/term/ptyio.c index 94aec468..9ea632a7 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -445,7 +445,7 @@ pty_io_readable (int *amt) /* Validation has already been done by trivfs_S_io_select. */ error_t pty_io_select (struct trivfs_protid *cred, mach_port_t reply, - int *type, int *idtag) + int *type) { int avail = 0; |