From 1b00346f76622446da4adaee2ccb9b00aa885636 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 23 Nov 1993 17:20:21 +0000 Subject: Formerly auth.defs.~14~ --- hurd/auth.defs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hurd') diff --git a/hurd/auth.defs b/hurd/auth.defs index c26a5dd2..5ce2c196 100644 --- a/hurd/auth.defs +++ b/hurd/auth.defs @@ -47,17 +47,13 @@ routine auth_getids ( /* Create a new authentication handle. */ routine auth_makeauth ( handle: auth_t; + other_handles: portarray_t; gen_uids: idarray_t; aux_uids: idarray_t; gen_gids: idarray_t; aux_gids: idarray_t; out newhandle: mach_port_make_send_t); -routine auth_combine ( - handle1: auth_t; - handle2: auth_t; - out newhandle: mach_port_make_send_t); - /* Called by a user in a reauthentication transaction. The rendezvous port is used to match the request up with the server's auth_server_authenticate call. The newport is a port provided by -- cgit v1.2.3