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

version 1.151, 2011/04/20 18:41:40 version 1.152, 2011/12/27 13:59:01
Line 44 
Line 44 
 struct cvs_flisthead    files_removed;  struct cvs_flisthead    files_removed;
 struct cvs_flisthead    files_modified;  struct cvs_flisthead    files_modified;
   
 int     conflicts_found;  
 char    *logmsg = NULL;  char    *logmsg = NULL;
 char    *loginfo = NULL;  char    *loginfo = NULL;
   
   static int      conflicts_found;
   
 struct cvs_cmd cvs_cmd_commit = {  struct cvs_cmd cvs_cmd_commit = {
         CVS_OP_COMMIT, CVS_USE_WDIR | CVS_LOCK_REPO, "commit",          CVS_OP_COMMIT, CVS_USE_WDIR | CVS_LOCK_REPO, "commit",

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