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

Diff for /src/usr.bin/rcs/diff.c between version 1.6 and 1.7

version 1.6, 2006/05/11 08:40:34 version 1.7, 2006/07/27 02:57:19
Line 927 
Line 927 
                         /*                          /*
                          * Print the context/unidiff header first time through.                           * Print the context/unidiff header first time through.
                          */                           */
                         t = localtime(&stb1.st_mtime);                          t = localtime(&stb1.st_mtime);
                         (void)strftime(buf, sizeof(buf),                          (void)strftime(buf, sizeof(buf),
                             "%Y/%m/%d %H:%M:%S", t);                              "%Y/%m/%d %H:%M:%S", t);
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7