[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.68 and 1.69

version 1.68, 2005/05/31 08:58:47 version 1.69, 2005/06/01 17:44:34
Line 64 
Line 64 
 char *cvs_rootstr;  char *cvs_rootstr;
 char *cvs_rsh = CVS_RSH_DEFAULT;  char *cvs_rsh = CVS_RSH_DEFAULT;
 char *cvs_editor = CVS_EDITOR_DEFAULT;  char *cvs_editor = CVS_EDITOR_DEFAULT;
   char *cvs_repo_base = NULL;
 char *cvs_msg = NULL;  char *cvs_msg = NULL;
   
 /* hierarchy of all the files affected by the command */  /* hierarchy of all the files affected by the command */

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69