diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:58:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:58:25 +0000 |
commit | b2f4555adbd9afccdfabdcb0cbc0deca88039e3d (patch) | |
tree | d023cd0462a0fd56a22108aa0246136eb8879db3 /boot/boot.c | |
parent | 4d2f59c949545034248fc9b30418448009435b4c (diff) |
(S_io_select): No longer has TAG parm.
(S_io_reauthenticate): Use new interface.
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/boot/boot.c b/boot/boot.c index cf0f7894..85cf6bd0 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1499,8 +1499,7 @@ kern_return_t S_io_select (mach_port_t object, mach_port_t reply_port, mach_msg_type_name_t reply_type, - int *type, - int *tag) + int *type) { fd_set r, w, x; int n; @@ -1558,7 +1557,6 @@ S_io_reauthenticate (mach_port_t object, unsigned int gulen = 0, aulen = 0, gglen = 0, aglen = 0; if (! auth_server_authenticate (authserver, - object, MACH_MSG_TYPE_MAKE_SEND, rend, MACH_MSG_TYPE_MOVE_SEND, object, MACH_MSG_TYPE_MAKE_SEND, &gu, &gulen, |