[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.80 and 1.81

version 1.80, 2009/02/21 14:50:53 version 1.81, 2011/12/27 13:59:01
Line 26 
Line 26 
   
 void            cvs_remove_force(struct cvs_file *);  void            cvs_remove_force(struct cvs_file *);
   
 static int      force_remove = 0;  
 static int      removed = 0;  static int      removed = 0;
 static int      existing = 0;  static int      existing = 0;
   
Line 47 
Line 46 
         int flags;          int flags;
         char *arg = ".";          char *arg = ".";
         struct cvs_recursion cr;          struct cvs_recursion cr;
           int force_remove = 0;
   
         flags = CR_RECURSE_DIRS;          flags = CR_RECURSE_DIRS;
         while ((ch = getopt(argc, argv, cvs_cmd_remove.cmd_opts)) != -1) {          while ((ch = getopt(argc, argv, cvs_cmd_remove.cmd_opts)) != -1) {

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81