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

Diff for /src/usr.bin/cvs/remote.c between version 1.26 and 1.27

version 1.26, 2009/04/01 06:41:58 version 1.27, 2009/04/02 20:57:47
Line 271 
Line 271 
                         fatal("cvs_remote_classify_file(%s): %s", cf->file_path,                          fatal("cvs_remote_classify_file(%s): %s", cf->file_path,
                             strerror(errno));                              strerror(errno));
   
                 if (st.st_mtime != cf->file_ent->ce_mtime || cf->file_ent != NULL)                  if (st.st_mtime != cf->file_ent->ce_mtime ||
                       cf->file_ent->ce_conflict != NULL)
                         cf->file_status = FILE_MODIFIED;                          cf->file_status = FILE_MODIFIED;
                 else                  else
                         cf->file_status = FILE_UPTODATE;                          cf->file_status = FILE_UPTODATE;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27