diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-25 16:05:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-25 16:05:35 +0000 |
commit | 14c673abca5368a6426b6f40b28bc3796dcb391e (patch) | |
tree | 5480ce85b50129e78083c80b25e7533312760e33 /hurd/auth.defs | |
parent | 26ec87828b42ff0c31bed89bcf1f666af61fb936 (diff) |
Formerly auth.defs.~16~
Diffstat (limited to 'hurd/auth.defs')
-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; |