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

Diff for /src/usr.bin/cvs/repository.c between version 1.17 and 1.18

version 1.17, 2008/01/31 13:54:12 version 1.18, 2008/02/03 22:50:28
Line 107 
Line 107 
                 (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s", wdir, dp->d_name);                  (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s", wdir, dp->d_name);
                 (void)xsnprintf(rpath, MAXPATHLEN, "%s/%s", dir, dp->d_name);                  (void)xsnprintf(rpath, MAXPATHLEN, "%s/%s", dir, dp->d_name);
   
                   if (!TAILQ_EMPTY(&checkout_ign_pats)) {
                           if (cvs_file_chkign(fpath))
                                   continue;
                   }
   
                 /*                  /*
                  * nfs and afs will show d_type as DT_UNKNOWN                   * nfs and afs will show d_type as DT_UNKNOWN
                  * for files and/or directories so when we encounter                   * for files and/or directories so when we encounter

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18