diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-08 19:08:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-08 19:08:11 +0000 |
commit | ddf92ab8b9ad62df2506784bda9eb1de922a42fc (patch) | |
tree | 71562b43a57d6c3434541ebbbcfd54c5a6d0175f /proc | |
parent | 85dd47aa569db9e72fd5bc958017e2348b01d0b0 (diff) |
Formerly wait.c.~3~
Diffstat (limited to 'proc')
-rw-r--r-- | proc/wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/wait.c b/proc/wait.c index eeeccdaa..345a0e18 100644 --- a/proc/wait.c +++ b/proc/wait.c @@ -216,7 +216,7 @@ S_proc_wait (struct proc *p, return MIG_NO_REPLY; } -/* Implement proc_mark_stop as described in <hurd/prco.defs>. */ +/* Implement proc_mark_stop as described in <hurd/proc.defs>. */ error_t S_proc_mark_stop (struct proc *p, int signo) |