[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.185 and 1.186

version 1.185, 2007/02/09 03:49:15 version 1.186, 2007/02/09 16:46:26
Line 399 
Line 399 
                         if (!strcmp(dp->d_name, ".") ||                          if (!strcmp(dp->d_name, ".") ||
                             !strcmp(dp->d_name, "..") ||                              !strcmp(dp->d_name, "..") ||
                             !strcmp(dp->d_name, CVS_PATH_CVSDIR) ||                              !strcmp(dp->d_name, CVS_PATH_CVSDIR) ||
                             dp->d_reclen == 0) {                              dp->d_fileno == 0) {
                                 cp += dp->d_reclen;                                  cp += dp->d_reclen;
                                 continue;                                  continue;
                         }                          }

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186