diff options
-rw-r--r-- | hurd/auth.defs | 6 |
1 files changed, 1 insertions, 5 deletions
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 |