summaryrefslogtreecommitdiff
path: root/hurd/hurdauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurdauth.c')
-rw-r--r--hurd/hurdauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/hurdauth.c b/hurd/hurdauth.c
index 7ddfcd34e5..c60b8d8326 100644
--- a/hurd/hurdauth.c
+++ b/hurd/hurdauth.c
@@ -40,7 +40,7 @@ _S_msg_add_auth (mach_port_t me,
if (err = __USEPORT (AUTH,
__auth_makeauth (port,
- &addauth, 1, MACH_MSG_TYPE_MOVE_SEND,
+ &addauth, MACH_MSG_TYPE_MOVE_SEND, 1,
NULL, 0,
NULL, 0,
NULL, 0,
@@ -108,7 +108,7 @@ _S_msg_del_auth (mach_port_t me,
err = __USEPORT (AUTH, __auth_makeauth
(port,
- NULL, 0, MACH_MSG_TYPE_COPY_SEND,
+ NULL, MACH_MSG_TYPE_COPY_SEND, 0,
newu, nu,
_hurd_id.aux.uids, _hurd_id.aux.nuids,
newg, ng,