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

Diff for /src/usr.bin/cvs/import.c between version 1.28 and 1.29

version 1.28, 2005/11/24 11:17:15 version 1.29, 2005/11/28 08:49:25
Line 283 
Line 283 
          */           */
         if (dflag == 1) {          if (dflag == 1) {
                 if (stat(fpath, &fst) == -1) {                  if (stat(fpath, &fst) == -1) {
                         cvs_log(LP_ERRNO, "failed to stat %s", fpath);                          cvs_log(LP_ERRNO, "failed to stat `%s'", fpath);
                         return (CVS_EX_DATA);                          return (CVS_EX_DATA);
                 }                  }
                 stamp = (time_t)fst.st_mtime;                  stamp = (time_t)fst.st_mtime;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29