diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-23 23:17:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-23 23:17:31 +0000 |
commit | ceb287fc5b33360795e018be415a93c15d0c9ad1 (patch) | |
tree | ba1cf997735e18a52a2345ecb86d4b05e7a1dbf2 /hurd/process_reply.defs | |
parent | 93ce86022c1fe7f3afd321f633d940aa9cb2a7b8 (diff) |
Formerly process_reply.defs.~8~
Diffstat (limited to 'hurd/process_reply.defs')
-rw-r--r-- | hurd/process_reply.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index c3865d8e..0677b661 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -44,7 +44,7 @@ skip; /* setprocargs */ simpleroutine proc_getmsgport_reply ( reply_port: reply_port_t; retcode: kern_return_t; - in msgports: portarray_t); + in msgports: mach_port_t); simpleroutine proc_wait_reply ( reply_port: reply_port_t; |