diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-29 01:10:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-29 01:10:14 +0000 |
commit | d724ba173923fd42761361a2f8cdd29f56da20e8 (patch) | |
tree | 4e4d3f7e27d70253f9e3998160c37793112f8ebd /job.c | |
parent | 687844b2fe091ae265979aee182487013f347af6 (diff) | |
download | gunmake-d724ba173923fd42761361a2f8cdd29f56da20e8.tar.gz |
Formerly job.c.~61~
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |