=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- src/usr.bin/cvs/commit.c 2007/01/02 23:55:15 1.83 +++ src/usr.bin/cvs/commit.c 2007/01/03 20:48:26 1.84 @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.83 2007/01/02 23:55:15 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.84 2007/01/03 20:48:26 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2006 Xavier Santolaria @@ -330,7 +330,7 @@ if (b == NULL) fatal("cvs_commit_local: failed to get HEAD"); - cvs_checkout_file(cf, cf->file_rcs->rf_head, b, 0); + cvs_checkout_file(cf, cf->file_rcs->rf_head, b, CO_COMMIT); } else { entlist = cvs_ent_open(cf->file_wd); cvs_ent_remove(entlist, cf->file_name);