diff options
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/ChangeLog | 4 | ||||
-rw-r--r-- | pfinet/tunnel.c | 3 |
2 files changed, 5 insertions, 2 deletions
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 <marcus@gnu.org> + + * tunnel.c (trivfs_S_io_select): Remove IDTAG argument. + 2001-10-14 Marcus Brinkmann <marcus@gnu.org> * 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; |