mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
(__setuid): Switch the port-type and port-count parameters to __auth_makeauth.
This commit is contained in:
parent
995069eea6
commit
46bdf16bf7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user