From: Roland McGrath Date: Wed, 29 Apr 1992 01:10:14 +0000 (+0000) Subject: Formerly job.c.~61~ X-Git-Tag: 3.70.2~806 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d724ba173923fd42761361a2f8cdd29f56da20e8;p=thirdparty%2Fmake.git Formerly job.c.~61~ --- 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. */