[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.40 and 1.41

version 1.40, 2005/07/21 11:42:24 version 1.41, 2005/07/24 16:46:39
Line 168 
Line 168 
 {  {
         struct cvs_ent *ent;          struct cvs_ent *ent;
   
         if (!cvs_noexec && (ep->cef_flags & CVS_ENTF_WR) &&          if ((cvs_noexec == 0) && (ep->cef_flags & CVS_ENTF_WR) &&
             !(ep->cef_flags & CVS_ENTF_SYNC)) {              !(ep->cef_flags & CVS_ENTF_SYNC)) {
                 /* implicit sync with disk */                  /* implicit sync with disk */
                 (void)cvs_ent_write(ep);                  (void)cvs_ent_write(ep);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41