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

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

version 1.2, 1996/06/26 05:31:16 version 1.3, 1997/09/11 11:24:54
Line 78 
Line 78 
   
         /* Read from disk, write to an archive; pad on write. */          /* Read from disk, write to an archive; pad on write. */
         SETCF(0, 0, afd, archive, WPAD);          SETCF(0, 0, afd, archive, WPAD);
         for (eval = 0; file = *argv++;) {          for (eval = 0; (file = *argv++);) {
                 if ((fd = open(file, O_RDONLY)) < 0) {                  if ((fd = open(file, O_RDONLY)) < 0) {
                         warn("%s", file);                          warn("%s", file);
                         eval = 1;                          eval = 1;

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