diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-23 19:02:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-23 19:02:32 +0000 |
commit | fe74b0b2472ac327bbc1436c06e43804b5ba40b8 (patch) | |
tree | 1a2d765a76b890269cff01e6df3a7cd412de5483 /hurd/process.defs | |
parent | 0ad65ff786f885c73e80dd43de763cd034b790d2 (diff) |
Formerly process.defs.~68~
Diffstat (limited to 'hurd/process.defs')
-rw-r--r-- | hurd/process.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index b76532a2..3c6ec7e1 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -150,6 +150,7 @@ routine proc_setprocargs ( /* INTR */ routine proc_getmsgport ( process: process_t; + sreplyport reply_port: reply_port_t; pid: pid_t; out msgport: mach_port_t); |