[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.105 and 1.106

version 1.105, 2007/02/22 06:42:09 version 1.106, 2007/06/01 17:47:47
Line 239 
Line 239 
                 rcsflags = RCS_CREATE;                  rcsflags = RCS_CREATE;
                 openflags = O_CREAT | O_TRUNC | O_WRONLY;                  openflags = O_CREAT | O_TRUNC | O_WRONLY;
                 if (cf->file_rcs != NULL) {                  if (cf->file_rcs != NULL) {
                         if (cf->file_rcs->rf_inattic == 0)                          if (cf->in_attic == 0)
                                 cvs_log(LP_ERR, "warning: expected %s "                                  cvs_log(LP_ERR, "warning: expected %s "
                                     "to be in the Attic", cf->file_path);                                      "to be in the Attic", cf->file_path);
   

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106