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

Diff for /src/usr.bin/rcs/co.c between version 1.53 and 1.54

version 1.53, 2006/02/14 13:28:38 version 1.54, 2006/02/24 14:34:56
Line 372 
Line 372 
                         if (utimes(dst, (const struct timeval *)&tv) < 0)                          if (utimes(dst, (const struct timeval *)&tv) < 0)
                                 cvs_log(LP_ERRNO, "error setting utimes");                                  cvs_log(LP_ERRNO, "error setting utimes");
                 }                  }
   
                 if ((verbose == 1) && !(flags & NEWFILE))  
                         printf("done\n");  
         }          }
   
         return (0);          return (0);

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54