[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.42 and 1.43

version 1.42, 2006/01/27 12:45:21 version 1.43, 2006/03/16 09:06:19
Line 92 
Line 92 
 static int  static int
 cvs_remove_remote(CVSFILE *cf, void *arg)  cvs_remove_remote(CVSFILE *cf, void *arg)
 {  {
         int ret;  
         char fpath[MAXPATHLEN];          char fpath[MAXPATHLEN];
         struct cvsroot *root;          struct cvsroot *root;
   
         ret = 0;  
         root = CVS_DIR_ROOT(cf);          root = CVS_DIR_ROOT(cf);
   
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43