=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.140 retrieving revision 1.141 diff -c -r1.140 -r1.141 *** src/usr.bin/cvs/commit.c 2008/06/10 19:00:17 1.140 --- src/usr.bin/cvs/commit.c 2008/06/14 03:19:15 1.141 *************** *** 1,4 **** ! /* $OpenBSD: commit.c,v 1.140 2008/06/10 19:00:17 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2006 Xavier Santolaria --- 1,4 ---- ! /* $OpenBSD: commit.c,v 1.141 2008/06/14 03:19:15 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2006 Xavier Santolaria *************** *** 633,639 **** } else { entlist = cvs_ent_open(cf->file_wd); cvs_ent_remove(entlist, cf->file_name); - cvs_ent_close(entlist, ENT_SYNC); cvs_get_repository_path(cf->file_wd, repo, MAXPATHLEN); --- 633,638 ----