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

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

version 1.2, 1996/06/26 05:31:20 version 1.3, 1997/05/31 08:17:33
Line 116 
Line 116 
                 }                  }
                 if (options & AR_O) {                  if (options & AR_O) {
                         tv[0].tv_sec = tv[1].tv_sec = chdr.date;                          tv[0].tv_sec = tv[1].tv_sec = chdr.date;
                         if (utimes(file, tv)) {                          if (futimes(tfd, tv)) {
                                 warn("utimes: %s", file);                                  warn("utimes: %s", file);
                                 eval = 1;                                  eval = 1;
                         }                          }

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