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

Diff for /src/usr.bin/cvs/cvs.c between version 1.108 and 1.109

version 1.108, 2006/11/14 15:23:50 version 1.109, 2006/11/14 15:39:41
Line 63 
Line 63 
   
 struct cvsroot *current_cvsroot = NULL;  struct cvsroot *current_cvsroot = NULL;
   
 static TAILQ_HEAD(, cvs_var) cvs_variables;  
   
 int             cvs_getopt(int, char **);  int             cvs_getopt(int, char **);
 void            usage(void);  void            usage(void);
 static void     cvs_read_rcfile(void);  static void     cvs_read_rcfile(void);

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109