From a9bcad5463713f617c9f05ce6548dc9ea7243553 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 Jun 1994 22:48:11 +0000 Subject: Formerly auth.defs.~15~ --- hurd/auth.defs | 9 +++------ 1 file 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; -- cgit v1.2.3