summaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-30 15:41:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-30 15:41:25 +0000
commit7e4a73057bdf036c4fb1d00da24dd0b02e400304 (patch)
tree56d200089ea3b44925e8dbded5e9b30152ff1e44 /boot/boot.c
parent60acec1adcecff9be9d2ea5d555ae21d7e5c7429 (diff)
Formerly boot.c.~37~
Diffstat (limited to 'boot/boot.c')
-rw-r--r--boot/boot.c4
1 files changed, 2 insertions, 2 deletions
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,