mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly job.c.~107~
This commit is contained in:
parent
2f8d1abe7c
commit
3c954a048b
1 changed files with 1 additions and 1 deletions
2
job.c
2
job.c
|
@ -233,7 +233,7 @@ reap_children (block, err)
|
|||
for (c = children; c != 0; c = c->next)
|
||||
{
|
||||
any_remote |= c->remote;
|
||||
any_locate != ! c->remote;
|
||||
any_local |= ! c->remote;
|
||||
if (debug_flag)
|
||||
printf ("Live child 0x%08lx PID %d%s\n",
|
||||
(unsigned long int) c,
|
||||
|
|
Loading…
Reference in a new issue