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

Diff for /src/usr.bin/rcs/rcsdiff.c between version 1.31 and 1.32

version 1.31, 2006/03/05 14:23:07 version 1.32, 2006/03/06 09:41:53
Line 289 
Line 289 
   
         if (utimes(path2, (const struct timeval *)&tv2) < 0)          if (utimes(path2, (const struct timeval *)&tv2) < 0)
                 cvs_log(LP_ERRNO, "error setting utimes");                  cvs_log(LP_ERRNO, "error setting utimes");
   
         cvs_diffreg(path1, path2, NULL);          cvs_diffreg(path1, path2, NULL);
         (void)unlink(path1);          (void)unlink(path1);
         (void)unlink(path2);          (void)unlink(path2);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32