diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-03 22:53:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-03 22:53:27 +0000 |
commit | 45bb0ba58046de10fa2af6ae26fdd179636e73b2 (patch) | |
tree | 45bda474816ee1c35b8cdc9c2cd58b6ceb789956 /auth | |
parent | 14a0cff3ffdcb92b8ac874552e0c36b0b671c012 (diff) |
2002-05-03 Roland McGrath <roland@frob.com>
* auth.c (S_auth_server_authenticate): Take reply port args.
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <hurd/auth.defs>. */ 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) |