diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 01:56:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 01:56:46 +0000 |
commit | 3c2155867910cd91a2882c48dd3d928974e74c42 (patch) | |
tree | 82ebb710c60b7e83e5a4f7fe70ec3813ee230443 /hurd/process_reply.defs | |
parent | 1c5b230e29c9319412ba4a13be1e81b3d321b3a2 (diff) |
2002-01-01 Roland McGrath <roland@frob.com>
* auth_reply.defs: RetCode -> RETCODE
* 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/process_reply.defs')
-rw-r--r-- | hurd/process_reply.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index ad5ee96d..7db13572 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -39,7 +39,7 @@ skip; /* child */ simpleroutine proc_setmsgport_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode; + errorcode: kern_return_t, RETCODE; in oldmsgport: mach_port_t); skip; /* reassign */ @@ -50,12 +50,12 @@ skip; /* get_arg_locations */ simpleroutine proc_getmsgport_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode; + errorcode: kern_return_t, RETCODE; in msgports: mach_port_t); simpleroutine proc_wait_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode; + errorcode: kern_return_t, RETCODE; in status: int; in sigcode: int; in rusage: rusage_t; |