diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 17:20:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 17:20:21 +0000 |
commit | 1b00346f76622446da4adaee2ccb9b00aa885636 (patch) | |
tree | 3213810957d3774af4620d1e5e8ed0b3ad4529ab | |
parent | defec35eeeea5f46e87dce98f612d2ba9edc5608 (diff) |
Formerly auth.defs.~14~
-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 |