From 8df4706f9826b72c05343a0b3771fd351388c8c6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 3 May 1996 20:56:21 +0000 Subject: (auth_user_authenticate, auth_server_authenticate): Remove second rendezvous port arg, leaving just one, of type mach_port_send_t. --- hurd/auth.defs | 4 +--- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3