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

Diff for /src/usr.bin/cvs/checkout.c between version 1.157 and 1.158

version 1.157, 2009/01/28 17:40:13 version 1.158, 2009/02/21 13:44:18
Line 448 
Line 448 
   
         cvs_repository_lock(repobase, 0);          cvs_repository_lock(repobase, 0);
         cvs_repository_getdir(repobase, wdbase, &fl, &dl,          cvs_repository_getdir(repobase, wdbase, &fl, &dl,
             flags & CR_RECURSE_DIRS ? 1 : 0);              flags & CR_RECURSE_DIRS ? REPOSITORY_DODIRS : 0);
   
         cvs_file_walklist(&fl, &cr);          cvs_file_walklist(&fl, &cr);
         cvs_file_freelist(&fl);          cvs_file_freelist(&fl);

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158