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

Diff for /src/usr.bin/cvs/root.c between version 1.32 and 1.33

version 1.32, 2006/05/27 03:30:31 version 1.33, 2006/06/16 14:07:42
Line 28 
Line 28 
   
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  #include "log.h"
 #include "proto.h"  
   
 extern char *cvs_rootstr;  extern char *cvs_rootstr;
   
Line 92 
Line 91 
         root->cr_ref = 1;          root->cr_ref = 1;
         root->cr_method = CVS_METHOD_NONE;          root->cr_method = CVS_METHOD_NONE;
         CVS_RSTVR(root);          CVS_RSTVR(root);
   
         /* enable the most basic commands at least */  
         CVS_SETVR(root, CVS_REQ_VALIDREQ);  
         CVS_SETVR(root, CVS_REQ_VALIDRESP);  
   
         root->cr_str = xstrdup(str);          root->cr_str = xstrdup(str);
         root->cr_buf = xstrdup(str);          root->cr_buf = xstrdup(str);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33