diff options
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, |