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

Diff for /src/usr.bin/ar/Attic/delete.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:31:19 version 1.3, 1997/06/17 20:47:09
Line 83 
Line 83 
                         skip_arobj(afd);                          skip_arobj(afd);
                         continue;                          continue;
                 }                  }
                 put_arobj(&cf, (struct stat *)NULL);                  put_arobj(&cf, NULL);
         }          }
   
         size = lseek(tfd, (off_t)0, SEEK_CUR);          size = lseek(tfd, (off_t)0, SEEK_CUR);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3