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

Diff for /src/usr.bin/cvs/file.c between version 1.42 and 1.43

version 1.42, 2004/12/08 19:54:11 version 1.43, 2004/12/13 19:38:22
Line 530 
Line 530 
         int ret, fd;          int ret, fd;
         u_int ndirs;          u_int ndirs;
         long base;          long base;
         void *dp, *ep;          u_char *dp, *ep;
         char fbuf[2048], pbuf[MAXPATHLEN], fpath[MAXPATHLEN];          char fbuf[2048], pbuf[MAXPATHLEN], fpath[MAXPATHLEN];
         struct dirent *ent;          struct dirent *ent;
         CVSFILE *cfp;          CVSFILE *cfp;

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43