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

Diff for /src/usr.bin/cvs/status.c between version 1.41 and 1.42

version 1.41, 2005/07/19 15:48:52 version 1.42, 2005/07/22 16:27:29
Line 137 
Line 137 
         if (cfp->cf_type == DT_DIR) {          if (cfp->cf_type == DT_DIR) {
                 if (cfp->cf_cvstat == CVS_FST_UNKNOWN)                  if (cfp->cf_cvstat == CVS_FST_UNKNOWN)
                         ret = cvs_sendreq(root, CVS_REQ_QUESTIONABLE,                          ret = cvs_sendreq(root, CVS_REQ_QUESTIONABLE,
                             CVS_FILE_NAME(cfp));                              cfp->cf_name);
                 else                  else
                         ret = cvs_senddir(root, cfp);                          ret = cvs_senddir(root, cfp);
   

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