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

Diff for /src/usr.bin/make/job.c between version 1.76 and 1.77

version 1.76, 2007/09/17 12:01:16 version 1.77, 2007/09/17 12:03:40
Line 1818 
Line 1818 
         LstNode ln;          LstNode ln;
         Job *job;          Job *job;
   
         (void)fflush(stdout);  
         int count = howmany(outputsn+1, NFDBITS) * sizeof(fd_mask);          int count = howmany(outputsn+1, NFDBITS) * sizeof(fd_mask);
         fd_set *readfdsp = malloc(count);          fd_set *readfdsp = malloc(count);
   
           (void)fflush(stdout);
         if (readfdsp == NULL)          if (readfdsp == NULL)
                 return;                  return;
   

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77