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. --- pfinet/ChangeLog | 4 ++++ pfinet/tunnel.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'pfinet') diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index fd337efa..fd018272 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,7 @@ +2002-01-30 Marcus Brinkmann + + * tunnel.c (trivfs_S_io_select): Remove IDTAG argument. + 2001-10-14 Marcus Brinkmann * glue-include/linux/sched.h (process_schedule_timeout): New diff --git a/pfinet/tunnel.c b/pfinet/tunnel.c index 93bcbb02..4f0da95f 100644 --- a/pfinet/tunnel.c +++ b/pfinet/tunnel.c @@ -449,8 +449,7 @@ 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) { struct tunnel_device *tdev; -- cgit v1.2.3