[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.4 and 1.5

version 1.4, 2006/06/14 12:35:09 version 1.5, 2006/11/10 14:32:44
Line 100 
Line 100 
         while ((dp = readdir(dirp)) != NULL) {          while ((dp = readdir(dirp)) != NULL) {
                 if (!strcmp(dp->d_name, ".") ||                  if (!strcmp(dp->d_name, ".") ||
                     !strcmp(dp->d_name, "..") ||                      !strcmp(dp->d_name, "..") ||
                     !strcmp(dp->d_name, "Attic") ||                      !strcmp(dp->d_name, CVS_PATH_ATTIC) ||
                     !strcmp(dp->d_name, CVS_LOCK))                      !strcmp(dp->d_name, CVS_LOCK))
                         continue;                          continue;
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5