Formerly job.c.~80~

This commit is contained in:
Roland McGrath 1992-07-26 20:57:13 +00:00
parent 2283b32986
commit 19142fcfd4

1
job.c
View File

@ -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;