[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.10 and 1.11

version 1.10, 2005/04/21 18:54:50 version 1.11, 2005/04/21 19:06:06
Line 131 
Line 131 
                             CVS_FILE_NAME(cf)) < 0) {                              CVS_FILE_NAME(cf)) < 0) {
                                 return (CVS_EX_PROTO);                                  return (CVS_EX_PROTO);
                         }                          }
                 }  
   
                 if (cvs_sendfile(root, fpath) < 0)                          if (cvs_sendfile(root, fpath) < 0)
                         return (CVS_EX_PROTO);                                  return (CVS_EX_PROTO);
                   }
         } else {          } else {
                 cvs_log(LP_INFO, "scheduling file `%s' for removal",                  cvs_log(LP_INFO, "scheduling file `%s' for removal",
                     CVS_FILE_NAME(cf));                      CVS_FILE_NAME(cf));

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11