From 7e4a73057bdf036c4fb1d00da24dd0b02e400304 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Aug 1994 15:41:25 +0000 Subject: Formerly boot.c.~37~ --- boot/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/boot.c') diff --git a/boot/boot.c b/boot/boot.c index 7709d6f3..3cc47aa3 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1311,7 +1311,7 @@ kern_return_t S_io_reauthenticate (mach_port_t object, mach_port_t reply_port, mach_msg_type_name_t reply_type, - int rendint) + mach_port_t rend) { uid_t *gu, *au; gid_t *gg, *ag; @@ -1319,7 +1319,7 @@ S_io_reauthenticate (mach_port_t object, if (! auth_server_authenticate (authserver, object, MACH_MSG_TYPE_MAKE_SEND, - rendint, + rend, MACH_MSG_TYPE_MOVE_SEND, object, MACH_MSG_TYPE_MAKE_SEND, &gu, &gulen, &au, &aulen, -- cgit v1.2.3