[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.151 and 1.152

version 1.151, 2010/07/23 08:31:19 version 1.152, 2011/09/20 12:43:45
Line 63 
Line 63 
 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_homedir = NULL;  char    *cvs_homedir = NULL;
 char    *cvs_msg = NULL;  
 char    *cvs_tmpdir = CVS_TMPDIR_DEFAULT;  char    *cvs_tmpdir = CVS_TMPDIR_DEFAULT;
   
 struct cvsroot *current_cvsroot = NULL;  struct cvsroot *current_cvsroot = NULL;

Legend:
Removed from v.1.151  
changed lines
  Added in v.1.152