[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.89 and 1.90

version 1.89, 2007/01/11 02:35:55 version 1.90, 2007/01/11 18:06:49
Line 51 
Line 51 
 cvs_commit(int argc, char **argv)  cvs_commit(int argc, char **argv)
 {  {
         int ch;          int ch;
         BUF *bp;  
         char *arg = ".";          char *arg = ".";
         int flags;          int flags;
         struct cvs_recursion cr;          struct cvs_recursion cr;
Line 204 
Line 203 
         BUF *b;          BUF *b;
         int isnew;          int isnew;
         int l, openflags, rcsflags;          int l, openflags, rcsflags;
         char *d, *f, rbuf[24], nbuf[24];          char *f, rbuf[24], nbuf[24];
           char *d = NULL;
         CVSENTRIES *entlist;          CVSENTRIES *entlist;
         char *attic, *repo, *rcsfile, *p;          char *attic, *repo, *rcsfile;
   
         cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path);
         cvs_file_classify(cf, NULL, 0);          cvs_file_classify(cf, NULL, 0);

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90