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

Diff for /src/usr.bin/cmp/misc.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:32:06 version 1.3, 2001/07/12 05:16:58
Line 65 
Line 65 
         off_t byte, line;          off_t byte, line;
 {  {
         if (!sflag)          if (!sflag)
                 (void)printf("%s %s differ: char %qd, line %qd\n",                  (void)printf("%s %s differ: char %lld, line %lld\n",
                     file1, file2, byte, line);                      file1, file2, (long long)byte, (long long)line);
         exit(DIFF_EXIT);          exit(DIFF_EXIT);
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3