Skip to content

Commit

Permalink
(__setuid): Switch the port-type and port-count parameters to __auth_…
Browse files Browse the repository at this point in the history
…makeauth.
  • Loading branch information
Miles Bader committed Aug 9, 1995
1 parent 995069e commit 46bdf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/mach/hurd/setuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ DEFUN(__setuid, (uid), uid_t uid)
(_hurd_id.aux.nuids - 1) * sizeof (uid_t));

err = __USEPORT (AUTH, __auth_makeauth
(port, NULL, 0, MACH_MSG_TYPE_COPY_SEND,
(port, NULL, MACH_MSG_TYPE_COPY_SEND, 0,
_hurd_id.gen.uids, _hurd_id.gen.nuids,
_hurd_id.aux.uids, _hurd_id.aux.nuids,
newgen, 1 + _hurd_id.gen.nuids,
Expand Down

0 comments on commit 46bdf16

Please sign in to comment.