summaryrefslogtreecommitdiff
path: root/hurd/auth.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-03 20:56:21 +0000
committerRoland McGrath <roland@gnu.org>1996-05-03 20:56:21 +0000
commit8df4706f9826b72c05343a0b3771fd351388c8c6 (patch)
tree452208d4884739823d24ab0c6fc21ad84e3c135c /hurd/auth.defs
parentca12258310f1f82ac473d9ff94a517588334fd95 (diff)
(auth_user_authenticate, auth_server_authenticate): Remove second
rendezvous port arg, leaving just one, of type mach_port_send_t.
Diffstat (limited to 'hurd/auth.defs')
-rw-r--r--hurd/auth.defs4
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/auth.defs b/hurd/auth.defs
index 27f4099a..ad80cfb5 100644
--- a/hurd/auth.defs
+++ b/hurd/auth.defs
@@ -59,8 +59,7 @@ routine auth_makeauth (
the server. */
routine auth_user_authenticate (
handle: auth_t;
- rendezvous: mach_port_t;
- rendezvous2: mach_port_send_t;
+ rendezvous: mach_port_send_t;
out newport: mach_port_send_t);
/* Called by a server in a reauthentication transaction. The
@@ -72,7 +71,6 @@ routine auth_server_authenticate (
handle: auth_t;
sreplyport reply: mach_port_poly_t;
rendezvous: mach_port_send_t;
- rendezvous2: mach_port_send_t;
newport: mach_port_poly_t;
out euids: idarray_t;
out auids: idarray_t;