From 8fca749de21bed07fab243bc4a91aa142b59b6dc Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 May 1996 00:28:57 +0000 Subject: (S_io_reauthenticate): Use new auth_server_authenticate interface. (S_io_select): Drop ID_TAG arg. --- pfinet/io-ops.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pfinet/io-ops.c b/pfinet/io-ops.c index 7e9229fd..3dcd2123 100644 --- a/pfinet/io-ops.c +++ b/pfinet/io-ops.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -234,7 +234,7 @@ S_io_clear_some_openmodes (struct sock_user *user, 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) { int avail = 0; int cancel = 0; @@ -376,8 +376,6 @@ S_io_reauthenticate (struct sock_user *user, auth = getauth (); err = auth_server_authenticate (auth, - ports_get_right (user), - MACH_MSG_TYPE_MAKE_SEND, rend, MACH_MSG_TYPE_MOVE_SEND, ports_get_right (newuser), -- cgit v1.2.3