diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:16:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:16:58 +0000 |
commit | 8a39e895ba798bcc3094e6bf4ad4375024fdda86 (patch) | |
tree | 38dc8c43c525c273e15be4e151cbe27a94e17a7b | |
parent | 0eaf82f009895824080ede14b18a8d59754a8d6d (diff) |
fuxup.
-rw-r--r-- | hurd/process.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index 5b96f612..e21beb1f 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -382,4 +382,4 @@ routine proc_getpgrppids ( routine proc_get_tty ( calling_process: process_t; target_process: pid_t; - tty: mach_port_send_t); + out tty: mach_port_send_t); |