From b0cdcd631bc4e9cb46fb8b13abfcdea8722037f5 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 30 Jan 2002 17:43:26 +0000 Subject: term/ 2002-01-30 Marcus Brinkmann * 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 * tunnel.c (trivfs_S_io_select): Remove IDTAG argument. --- term/users.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'term/users.c') diff --git a/term/users.c b/term/users.c index 02bc4dee..77af90d6 100644 --- a/term/users.c +++ b/term/users.c @@ -1998,14 +1998,13 @@ error_t trivfs_S_io_select (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, - int *type, - int *idtag) + int *type) { if (!cred) return EOPNOTSUPP; if (cred->pi.class == pty_class) - return pty_io_select (cred, reply, type, idtag); + return pty_io_select (cred, reply, type); if ((cred->po->openmodes & O_READ) == 0) *type &= ~SELECT_READ; -- cgit v1.2.3