diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-26 20:57:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-26 20:57:13 +0000 |
commit | 19142fcfd4afd0123021eee17f8d1f588efe83a8 (patch) | |
tree | e94734a89d6a8705f5963c9af74fc4907ad72e8c | |
parent | 2283b32986cdee870df1fd791c6b973c77ca076f (diff) | |
download | gunmake-19142fcfd4afd0123021eee17f8d1f588efe83a8.tar.gz |
Formerly job.c.~80~
-rw-r--r-- | job.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -621,6 +621,7 @@ start_waiting_job (c) { /* Put this child on the chain of children waiting for the load average to go down. */ + c->file->command_state = cs_running; c->next = waiting_jobs; waiting_jobs = c; return; |