From b2f4555adbd9afccdfabdcb0cbc0deca88039e3d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 22:58:25 +0000 Subject: (S_io_select): No longer has TAG parm. (S_io_reauthenticate): Use new interface. --- boot/boot.c | 4 +--- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.3