diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-28 22:48:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-28 22:48:11 +0000 |
commit | a9bcad5463713f617c9f05ce6548dc9ea7243553 (patch) | |
tree | 583ca8b85648baa421d942834bd38a08b0751657 | |
parent | f0284771044cb5d07a0c5847e60c308f6469d421 (diff) |
Formerly auth.defs.~15~
-rw-r--r-- | hurd/auth.defs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/hurd/auth.defs b/hurd/auth.defs index 5ce2c196..1b6a2091 100644 --- a/hurd/auth.defs +++ b/hurd/auth.defs @@ -1,5 +1,5 @@ /* Definitions for the authentication server - Copyright (C) 1991, 1992, 1993 Free Software Foundation + Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -25,9 +25,6 @@ subsystem auth 25000; AUTH_IMPORTS #endif -type reply_port_t = MACH_MSG_TYPE_MAKE_SEND_ONCE | polymorphic - ctype: mach_port_t; - /* Throughout, uid's and gid's are passed as arrays. One of these arrays is called the "genuine" ids; these id's should be used to compute whether a given user is permitted a given operation. The @@ -60,7 +57,7 @@ routine auth_makeauth ( the server. */ routine auth_user_authenticate ( handle: auth_t; - sreplyport reply_port: reply_port_t; + sreplyport reply_port: sreply_port_t; rendezvous: mach_port_t; rend_int: int; out newport: mach_port_send_t); @@ -72,7 +69,7 @@ routine auth_user_authenticate ( is returned. */ routine auth_server_authenticate ( handle: auth_t; - sreplyport reply_port: reply_port_t; + sreplyport reply_port: sreply_port_t; rendezvous: mach_port_send_t; rend_int: int; newport: mach_port_send_t; |