summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-10 00:28:57 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-10 00:28:57 +0000
commit8fca749de21bed07fab243bc4a91aa142b59b6dc (patch)
tree0c6b7718edcd91b52bd2eb1a47532b50bf6a6a88
parent0faba4bcd9827b3ebf95defd37b2aed685e9c863 (diff)
(S_io_reauthenticate): Use new auth_server_authenticate interface.
(S_io_select): Drop ID_TAG arg.
-rw-r--r--pfinet/io-ops.c6
1 files 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),