=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/entries.c,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/cvs/entries.c 2005/07/21 11:42:24 1.40 --- src/usr.bin/cvs/entries.c 2005/07/24 16:46:39 1.41 *************** *** 1,4 **** ! /* $OpenBSD: entries.c,v 1.40 2005/07/21 11:42:24 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: entries.c,v 1.41 2005/07/24 16:46:39 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 168,174 **** { struct cvs_ent *ent; ! if (!cvs_noexec && (ep->cef_flags & CVS_ENTF_WR) && !(ep->cef_flags & CVS_ENTF_SYNC)) { /* implicit sync with disk */ (void)cvs_ent_write(ep); --- 168,174 ---- { struct cvs_ent *ent; ! if ((cvs_noexec == 0) && (ep->cef_flags & CVS_ENTF_WR) && !(ep->cef_flags & CVS_ENTF_SYNC)) { /* implicit sync with disk */ (void)cvs_ent_write(ep);