[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.75 and 1.76

version 1.75, 2005/05/20 17:23:18 version 1.76, 2005/05/22 17:47:53
Line 614 
Line 614 
         char *cur, *np;          char *cur, *np;
         char pbuf[MAXPATHLEN], fpath[MAXPATHLEN];          char pbuf[MAXPATHLEN], fpath[MAXPATHLEN];
         struct dirent *ent;          struct dirent *ent;
         CVSFILE *cfp, *moo;          CVSFILE *cfp;
         struct cvs_ent *cvsent;          struct cvs_ent *cvsent;
         struct cvs_flist dirs;          struct cvs_flist dirs;
         DIR *dirp;          DIR *dirp;
         CVSENTRIES *entfile;          CVSENTRIES *entfile;
   
         moo = NULL;  
         check_entry = ndirs = nfiles = 0;          check_entry = ndirs = nfiles = 0;
         SIMPLEQ_INIT(&dirs);          SIMPLEQ_INIT(&dirs);
   

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