From 10125cec4c8e7af306144d4287d1d16af193cf85 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 9 May 1996 16:14:48 +0000 Subject: (S_io_select): Remove TAG arg. --- pflocal/io.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pflocal/io.c') diff --git a/pflocal/io.c b/pflocal/io.c index 4286d7bc..6b3004b6 100644 --- a/pflocal/io.c +++ b/pflocal/io.c @@ -1,6 +1,6 @@ /* Socket I/O operations - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Miles Bader @@ -169,13 +169,11 @@ S_io_duplicate (struct sock_user *user, /* SELECT_TYPE is the bitwise OR of SELECT_READ, SELECT_WRITE, and SELECT_URG. Block until one of the indicated types of i/o can be done "quickly", and - return the types that are then available. ID_TAG is returned as passed; it - is just for the convenience of the user in matching up reply messages with - specific requests sent. */ + return the types that are then available. */ error_t S_io_select (struct sock_user *user, mach_port_t reply, mach_msg_type_name_t reply_type, - int *select_type, int *id_tag) + int *select_type) { error_t err = 0; struct sock *sock; -- cgit v1.2.3