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

Diff for /src/usr.bin/make/main.c between version 1.20 and 1.21

version 1.20, 1999/12/09 18:20:06 version 1.21, 1999/12/16 16:41:41
Line 1004 
Line 1004 
         while(((pid = wait(&status)) != cpid) && (pid >= 0))          while(((pid = wait(&status)) != cpid) && (pid >= 0))
             continue;              continue;
   
         res = Buf_GetAll(buf, &length);          res = Buf_Retrieve(buf);
           length = Buf_Size(buf);
         Buf_Destroy(buf, FALSE);          Buf_Destroy(buf, FALSE);
   
         if (cc == -1)          if (cc == -1)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21