[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.120 and 1.121

version 1.120, 2005/09/13 17:38:35 version 1.121, 2005/09/14 16:32:08
Line 602 
Line 602 
         if (cb == NULL)          if (cb == NULL)
                 callit = 0;                  callit = 0;
   
         if (cvs_cmdop == CVS_OP_SERVER && type != DT_DIR)          if ((cvs_cmdop == CVS_OP_SERVER) && (type != DT_DIR))
                 callit = 0;                  callit = 0;
   
         if (root->cr_method == CVS_METHOD_LOCAL && type != DT_DIR)          if ((root->cr_method == CVS_METHOD_LOCAL) && (type != DT_DIR))
                 callit = 0;                  callit = 0;
   
         if (!(base->cf_flags & CVS_FILE_ONDISK))          if (!(base->cf_flags & CVS_FILE_ONDISK))

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121