From 48cabc8f9f2c23cc36a42e560f7a3720bee81018 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 5 May 1992 22:04:08 +0000 Subject: Formerly job.c.~64~ --- job.c | 1 + 1 file changed, 1 insertion(+) diff --git a/job.c b/job.c index 53569f4..5c64fb8 100644 --- a/job.c +++ b/job.c @@ -232,6 +232,7 @@ reap_children (block, err) else #endif pid = wait (&status); + fprintf (stderr,"%sblocking wait returned %d\n", block?"":"non",pid); if (pid <= 0) /* No local children. */ -- cgit v1.2.3