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

Diff for /src/usr.bin/cvs/status.c between version 1.73 and 1.74

version 1.73, 2007/02/22 06:42:09 version 1.74, 2007/06/01 17:47:47
Line 141 
Line 141 
   
         if (cf->file_status == FILE_LOST ||          if (cf->file_status == FILE_LOST ||
             cf->file_status == FILE_UNKNOWN ||              cf->file_status == FILE_UNKNOWN ||
             (cf->file_rcs != NULL && cf->file_rcs->rf_inattic == 1)) {              (cf->file_rcs != NULL && cf->in_attic == 1)) {
                 (void)xsnprintf(buf, sizeof(buf), "no file %s\t",                  (void)xsnprintf(buf, sizeof(buf), "no file %s\t",
                     cf->file_name);                      cf->file_name);
         } else          } else

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74