mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(__setgid): Switch the port-type and port-count parameters to __auth_makeauth.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user