diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-18 14:53:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-18 14:53:51 +0000 |
commit | 6ebe4ab03fe3921ffbf5a059140a8720a05f7a95 (patch) | |
tree | 0aa44751f9e46ff8198c6ddad63f4a41a43a2ac0 /proc | |
parent | bdc4e2ba7a987675349ba5d5a0fb9d2a50b57a6e (diff) |
Formerly mgt.c.~16~
Diffstat (limited to 'proc')
-rw-r--r-- | proc/mgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ S_proc_reauthenticate (struct proc *p, int id) ngen_gids = naux_gids = 50; err = auth_server_authenticate (authserver, p->p_reqport, - MACH_MSG_TYPE_COPY_SEND, id, + MACH_MSG_TYPE_MAKE_SEND, id, MACH_PORT_NULL, MACH_MSG_TYPE_COPY_SEND, &gen_uids, &ngen_uids, &aux_uids, &naux_uids, |