summaryrefslogtreecommitdiff
path: root/hurd/auth_reply.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-31 23:39:26 +0000
committerRoland McGrath <roland@gnu.org>2001-12-31 23:39:26 +0000
commit6234cb0df35caf9e20dbe9f939236e6cdbdb2e20 (patch)
treeae824b207dfbb779e9b412f2a5ca22cb336ba764 /hurd/auth_reply.defs
parent24bed25cb9cac783159fe5ce6b7c16cfb8a722cd (diff)
2001-12-31 Roland McGrath <roland@frob.com>
* auth_reply.defs: Change return code parameters to use `RetCode' keyword, for compatibility with OSF Mach mig. * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
Diffstat (limited to 'hurd/auth_reply.defs')
-rw-r--r--hurd/auth_reply.defs9
1 files changed, 4 insertions, 5 deletions
diff --git a/hurd/auth_reply.defs b/hurd/auth_reply.defs
index 10530fa7..bea6379d 100644
--- a/hurd/auth_reply.defs
+++ b/hurd/auth_reply.defs
@@ -1,5 +1,5 @@
/* Reply-only side of auth interface
- Copyright (C) 1991, 1993, 1994 Free Software Foundation
+ Copyright (C) 1991,93,94,2001 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-The GNU Hurd is distributed in the hope that it will be useful,
+The GNU Hurd is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@@ -31,14 +31,13 @@ skip; /* auth_makeauth */
simpleroutine auth_user_authenticate_reply (
reply_port: reply_port_t;
- in return_code: kern_return_t;
+ in return_code: kern_return_t, RetCode;
in newhandle: mach_port_send_t);
simpleroutine auth_server_authenticate_reply (
reply_port: reply_port_t;
- in return_code: kern_return_t;
+ in return_code: kern_return_t, RetCode;
in gen_uids: idarray_t;
in aux_uids: idarray_t;
in gen_gids: idarray_t;
in aux_gids: idarray_t);
-