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

Diff for /src/usr.bin/ar/Attic/replace.c between version 1.3 and 1.4

version 1.3, 1997/06/17 20:47:09 version 1.4, 1997/09/11 11:24:55
Line 148 
Line 148 
         }          }
   
         /* Append any left-over arguments to the end of the after file. */          /* Append any left-over arguments to the end of the after file. */
 append: while (file = *argv++) {  append: while ((file = *argv++)) {
                 if (options & AR_V)                  if (options & AR_V)
                         (void)printf("a - %s\n", file);                          (void)printf("a - %s\n", file);
                 if ((sfd = open(file, O_RDONLY)) < 0) {                  if ((sfd = open(file, O_RDONLY)) < 0) {

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