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

Diff for /src/usr.bin/cmp/regular.c between version 1.9 and 1.10

version 1.9, 2009/10/27 23:59:36 version 1.10, 2011/01/19 13:01:25
Line 43 
Line 43 
 #include "extern.h"  #include "extern.h"
   
 void  void
 c_regular(fd1, file1, skip1, len1, fd2, file2, skip2, len2)  c_regular(int fd1, char *file1, off_t skip1, off_t len1,
         int fd1, fd2;      int fd2, char *file2, off_t skip2, off_t len2)
         char *file1, *file2;  
         off_t skip1, len1, skip2, len2;  
 {  {
         u_char ch, *p1, *p2;          u_char ch, *p1, *p2;
         off_t byte, length, line;          off_t byte, length, line;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10