=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.c,v retrieving revision 1.246 retrieving revision 1.247 diff -c -r1.246 -r1.247 *** src/usr.bin/cvs/file.c 2008/06/13 17:15:13 1.246 --- src/usr.bin/cvs/file.c 2008/06/14 03:19:15 1.247 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.246 2008/06/13 17:15:13 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.247 2008/06/14 03:19:15 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau *************** *** 573,580 **** cvs_ent_free(ent); } - cvs_ent_close(entlist, ENT_NOSYNC); - walkrepo: if (current_cvsroot->cr_method == CVS_METHOD_LOCAL) { cvs_get_repository_path(cf->file_path, repo, MAXPATHLEN); --- 573,578 ---- *************** *** 657,663 **** if (cmdp->cmd_flags & CVS_USE_WDIR) { entlist = cvs_ent_open(cf->file_wd); cf->file_ent = cvs_ent_get(entlist, cf->file_name); - cvs_ent_close(entlist, ENT_NOSYNC); } else cf->file_ent = NULL; --- 655,660 ----