[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.74 and 1.75

version 1.74, 2007/06/30 08:23:49 version 1.75, 2007/07/03 00:56:23
Line 349 
Line 349 
         if (utimes(path2, (const struct timeval *)&tv2) < 0)          if (utimes(path2, (const struct timeval *)&tv2) < 0)
                 warn("utimes");                  warn("utimes");
   
         ret = rcs_diffreg(path1, path2, NULL, dflags);          ret = diffreg(path1, path2, NULL, dflags);
   
 out:  out:
         if (fd != -1)          if (fd != -1)
Line 430 
Line 430 
         if (utimes(path2, (const struct timeval *)&tv2) < 0)          if (utimes(path2, (const struct timeval *)&tv2) < 0)
                 warn("utimes");                  warn("utimes");
   
         ret = rcs_diffreg(path1, path2, NULL, dflags);          ret = diffreg(path1, path2, NULL, dflags);
   
 out:  out:
         if (b1 != NULL)          if (b1 != NULL)

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75