=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remove.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- src/usr.bin/cvs/remove.c 2005/10/07 21:47:32 1.37 +++ src/usr.bin/cvs/remove.c 2005/12/03 01:02:09 1.38 @@ -1,4 +1,4 @@ -/* $OpenBSD: remove.c,v 1.37 2005/10/07 21:47:32 reyk Exp $ */ +/* $OpenBSD: remove.c,v 1.38 2005/12/03 01:02:09 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004, 2005 Xavier Santolaria @@ -179,7 +179,7 @@ cf->cf_name); return (0); } else if (cf->cf_cvstat == CVS_FST_ADDED) { - if (cvs_ent_remove(entf, cf->cf_name) == -1) + if (cvs_ent_remove(entf, cf->cf_name, 0) == -1) return (CVS_EX_FILE); l = snprintf(buf, sizeof(buf), "%s/%s%s",