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

Diff for /src/usr.bin/cvs/annotate.c between version 1.62 and 1.63

version 1.62, 2010/07/30 21:47:18 version 1.63, 2011/12/27 13:59:01
Line 32 
Line 32 
   
 extern char     *cvs_specified_tag;  extern char     *cvs_specified_tag;
   
 static char     *dateflag;  
 static int       force_head = 0;  static int       force_head = 0;
   
 struct cvs_cmd cvs_cmd_annotate = {  struct cvs_cmd cvs_cmd_annotate = {
Line 60 
Line 59 
 {  {
         int ch, flags;          int ch, flags;
         char *arg = ".";          char *arg = ".";
           char *dateflag = NULL;
         struct cvs_recursion cr;          struct cvs_recursion cr;
   
         flags = CR_RECURSE_DIRS;          flags = CR_RECURSE_DIRS;

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63