From 45bb0ba58046de10fa2af6ae26fdd179636e73b2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 3 May 2002 22:53:27 +0000 Subject: 2002-05-03 Roland McGrath * auth.c (S_auth_server_authenticate): Take reply port args. --- auth/auth.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auth') diff --git a/auth/auth.c b/auth/auth.c index 0176d30c..330ddd07 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -1,5 +1,5 @@ /* Authentication server. - Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1996,97,98,99,2002 Free Software Foundation, Inc. Written by Roland McGrath. This file is part of the GNU Hurd. @@ -269,6 +269,8 @@ struct pending /* Implement auth_user_authenticate as described in . */ kern_return_t S_auth_user_authenticate (struct authhandle *userauth, + mach_port_t reply, + mach_msg_type_name_t reply_type, mach_port_t rendezvous, mach_port_t *newport, mach_msg_type_name_t *newporttype) -- cgit v1.2.3