[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.32 and 1.33

version 1.32, 2005/07/29 23:56:56 version 1.33, 2005/08/10 15:34:46
Line 226 
Line 226 
  * Used by both remote and local handlers.   * Used by both remote and local handlers.
  * Returns 0 on success, -1 on failure.   * Returns 0 on success, -1 on failure.
  */   */
 static  static int
 int cvs_remove_file(const char *fpath)  cvs_remove_file(const char *fpath)
 {  {
         /* if -f option is used, physically remove the file */          /* if -f option is used, physically remove the file */
         if (force_remove == 1) {          if (force_remove == 1) {

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33