diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-25 18:57:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-25 18:57:44 +0000 |
commit | fd53eaa83ce52433382abdabd834e551d8aa6f79 (patch) | |
tree | 799a55f99078639dbed9fcb75955b79694890d3d /hurd | |
parent | 2ce59ead64b6f986c1665f8b12272162340c9379 (diff) |
Formerly auth.defs.~12~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/auth.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/auth.defs b/hurd/auth.defs index 234e3807..b0fc0ccf 100644 --- a/hurd/auth.defs +++ b/hurd/auth.defs @@ -50,7 +50,7 @@ routine auth_makeauth ( gen_uids: idarray_t; aux_uids: idarray_t; gen_gids: idarray_t; - aux_uids: idarray_t; + aux_gids: idarray_t; out newhandle: mach_port_make_send_t); routine auth_combine ( @@ -77,7 +77,7 @@ routine auth_user_authenticate ( routine auth_server_authenticate ( handle: auth_t; sreplyport reply_port: reply_port_t; - rendezvous: mach_port_send_; + rendezvous: mach_port_send_t; rend_int: int; newport: mach_port_send_t; out gen_uids: idarray_t; |