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

Diff for /src/usr.bin/cvs/entries.c between version 1.45 and 1.46

version 1.45, 2005/08/16 16:34:19 version 1.46, 2005/08/19 08:48:30
Line 151 
Line 151 
   
         (void)fclose(fp);          (void)fclose(fp);
   
         if (exists)          if (exists == 1)
                 ep->cef_flags |= CVS_ENTF_SYNC;                  ep->cef_flags |= CVS_ENTF_SYNC;
   
         return (ep);          return (ep);

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46