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

Diff for /src/usr.bin/cvs/update.c between version 1.98 and 1.99

version 1.98, 2007/05/27 21:02:23 version 1.99, 2007/06/01 17:47:47
Line 30 
Line 30 
 int     print = 0;  int     print = 0;
 int     build_dirs = 0;  int     build_dirs = 0;
 int     reset_stickies = 0;  int     reset_stickies = 0;
 static char *tag = NULL;  char *tag = NULL;
   
 static void update_clear_conflict(struct cvs_file *);  static void update_clear_conflict(struct cvs_file *);
   

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99