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

Diff for /src/usr.bin/cvs/commit.c between version 1.51 and 1.52

version 1.51, 2006/01/02 08:11:56 version 1.52, 2006/03/16 09:06:19
Line 221 
Line 221 
 int  int
 cvs_commit_remote(CVSFILE *cf, void *arg)  cvs_commit_remote(CVSFILE *cf, void *arg)
 {  {
         int ret;  
         char *repo, fpath[MAXPATHLEN];          char *repo, fpath[MAXPATHLEN];
         RCSFILE *rf;  
         struct cvsroot *root;          struct cvsroot *root;
   
         ret = 0;  
         rf = NULL;  
         repo = NULL;          repo = NULL;
         root = CVS_DIR_ROOT(cf);          root = CVS_DIR_ROOT(cf);
   

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52