[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.269 and 1.270

version 1.269, 2016/10/15 22:20:17 version 1.270, 2017/05/28 17:11:34
Line 484 
Line 484 
                                 continue;                                  continue;
                         }                          }
   
                           (void)xsnprintf(fpath, PATH_MAX, "%s/%s",
                               cf->file_path, dp->d_name);
   
                         if (cvs_file_chkign(dp->d_name) &&                          if (cvs_file_chkign(dp->d_name) &&
                             cvs_cmdop != CVS_OP_RLOG &&                              cvs_cmdop != CVS_OP_RLOG &&
                             cvs_cmdop != CVS_OP_RTAG) {                              cvs_cmdop != CVS_OP_RTAG) {
                                   if (cvs_cmdop == CVS_OP_IMPORT)
                                           cvs_import_ignored(fpath);
                                 cp += dp->d_reclen;                                  cp += dp->d_reclen;
                                 continue;                                  continue;
                         }                          }
   
                         (void)xsnprintf(fpath, PATH_MAX, "%s/%s",  
                             cf->file_path, dp->d_name);  
   
                         /*                          /*
                          * nfs and afs will show d_type as DT_UNKNOWN                           * nfs and afs will show d_type as DT_UNKNOWN

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270