diff options
-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 1b6a2091..e2532caa 100644 --- a/hurd/auth.defs +++ b/hurd/auth.defs @@ -59,7 +59,7 @@ routine auth_user_authenticate ( handle: auth_t; sreplyport reply_port: sreply_port_t; rendezvous: mach_port_t; - rend_int: int; + rendezvous2: mach_port_send_t; out newport: mach_port_send_t); /* Called by a server in a reauthentication transaction. The @@ -71,7 +71,7 @@ routine auth_server_authenticate ( handle: auth_t; sreplyport reply_port: sreply_port_t; rendezvous: mach_port_send_t; - rend_int: int; + rendezvous2: mach_port_send_t; newport: mach_port_send_t; out gen_uids: idarray_t; out aux_uids: idarray_t; |