From d724ba173923fd42761361a2f8cdd29f56da20e8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 Apr 1992 01:10:14 +0000 Subject: [PATCH] Formerly job.c.~61~ --- job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.c b/job.c index f527cf68..1b8a4af6 100644 --- a/job.c +++ b/job.c @@ -221,7 +221,7 @@ reap_children (block, err) /* First, check for remote children. */ pid = remote_status (&exit_code, &exit_sig, &coredump, 0); - if (pid < 0) + if (pid <= 0) { /* No remote children. Check for local children. */