=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/commit.c,v retrieving revision 1.64 retrieving revision 1.65 diff -c -r1.64 -r1.65 *** src/usr.bin/cvs/commit.c 2006/05/30 04:20:27 1.64 --- src/usr.bin/cvs/commit.c 2006/05/30 21:32:52 1.65 *************** *** 1,4 **** ! /* $OpenBSD: commit.c,v 1.64 2006/05/30 04:20:27 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: commit.c,v 1.65 2006/05/30 21:32:52 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 113,119 **** * cvs_file_classify makes the noise for us * XXX - we want that? */ ! cvs_file_classify(cf, 1); if (cf->file_type == CVS_DIR) { if (verbosity > 1) --- 113,119 ---- * cvs_file_classify makes the noise for us * XXX - we want that? */ ! cvs_file_classify(cf, NULL, 1); if (cf->file_type == CVS_DIR) { if (verbosity > 1) *************** *** 156,162 **** char *attic, *repo; cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path); ! cvs_file_classify(cf, 0); if (cf->file_type != CVS_FILE) fatal("cvs_commit_local: '%s' is not a file", cf->file_path); --- 156,162 ---- char *attic, *repo; cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path); ! cvs_file_classify(cf, NULL, 0); if (cf->file_type != CVS_FILE) fatal("cvs_commit_local: '%s' is not a file", cf->file_path);