[BACK]Return to engine.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/engine.c between version 1.67 and 1.68

version 1.67, 2020/01/13 15:24:31 version 1.68, 2020/01/16 16:07:18
Line 783 
Line 783 
                 Punt("Could not fork");                  Punt("Could not fork");
                 /*NOTREACHED*/                  /*NOTREACHED*/
         case 0:          case 0:
                   reset_signal_mask();
                 /* put a random delay unless we're the only job running                  /* put a random delay unless we're the only job running
                  * and there's nothing left to do.                   * and there's nothing left to do.
                  */                   */

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68