Skip to content

Commit

Permalink
(__setgid): 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 6c1b5ea commit 995069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/mach/hurd/setgid.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ DEFUN(__setgid, (gid), gid_t gid)
(_hurd_id.aux.ngids - 1) * sizeof (gid_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.ngids,
Expand Down

0 comments on commit 995069e

Please sign in to comment.