summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-04-29 01:10:14 +0000
committerRoland McGrath <roland@redhat.com>1992-04-29 01:10:14 +0000
commitd724ba173923fd42761361a2f8cdd29f56da20e8 (patch)
tree4e4d3f7e27d70253f9e3998160c37793112f8ebd
parent687844b2fe091ae265979aee182487013f347af6 (diff)
downloadgunmake-d724ba173923fd42761361a2f8cdd29f56da20e8.tar.gz
Formerly job.c.~61~
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index f527cf6..1b8a4af 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. */