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

Diff for /src/usr.bin/cvs/annotate.c between version 1.19 and 1.20

version 1.19, 2005/07/07 14:27:57 version 1.20, 2005/07/11 18:05:09
Line 185 
Line 185 
         char *repo, fpath[MAXPATHLEN], rcspath[MAXPATHLEN];          char *repo, fpath[MAXPATHLEN], rcspath[MAXPATHLEN];
         RCSFILE *rf;          RCSFILE *rf;
         struct cvsroot *root;          struct cvsroot *root;
         struct rcs_delta *rdp;  
   
         if (cf->cf_type == DT_DIR)          if (cf->cf_type == DT_DIR)
                 return (0);                  return (0);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20