diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-23 23:17:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-23 23:17:34 +0000 |
commit | 000c0edc0de87ae0bc630557cd511ef4592a4de7 (patch) | |
tree | 0ad59d4f5fceeecccd9968eac45b5809168f50e9 | |
parent | ceb287fc5b33360795e018be415a93c15d0c9ad1 (diff) |
Formerly process.defs.~72~
-rw-r--r-- | hurd/process.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index d249de68..49e477fa 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -151,8 +151,8 @@ routine proc_setprocargs ( routine proc_getmsgport ( process: process_t; sreplyport reply_port: reply_port_t; - pid: pidarray_t; - out msgport: portarray_t); + pid: pid_t; + out msgport: mach_port_t); /* Wait for a child process to exit. If pid is zero, it waits for any child. If pid is negative, it waits for any process in the |