From 2ed0333f3c752d81f10c76560750a01e90bfebcd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Apr 1993 22:08:11 +0000 Subject: Formerly job.c.~99~ --- job.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job.c') diff --git a/job.c b/job.c index d81065c..51d24b5 100644 --- a/job.c +++ b/job.c @@ -887,13 +887,13 @@ load_too_high () void start_waiting_jobs () { + struct child *job; + if (waiting_jobs == 0) return; do { - struct child *job; - /* Check for recently deceased descendants. */ reap_children (0, 0); -- cgit v1.2.3