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

Diff for /src/usr.bin/cvs/remove.c between version 1.49 and 1.50

version 1.49, 2006/05/30 21:00:42 version 1.50, 2006/05/30 21:32:52
Line 108 
Line 108 
                 return;                  return;
         }          }
   
         cvs_file_classify(cf, 0);          cvs_file_classify(cf, NULL, 0);
   
         if (force_remove == 1) {          if (force_remove == 1) {
                 if (unlink(cf->file_path) == -1)                  if (unlink(cf->file_path) == -1)

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50