=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/edit.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/cvs/edit.c 2007/01/25 18:56:33 1.31 --- src/usr.bin/cvs/edit.c 2007/02/09 03:49:15 1.32 *************** *** 1,4 **** ! /* $OpenBSD: edit.c,v 1.31 2007/01/25 18:56:33 otto Exp $ */ /* * Copyright (c) 2006, 2007 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: edit.c,v 1.32 2007/02/09 03:49:15 joris Exp $ */ /* * Copyright (c) 2006, 2007 Xavier Santolaria * *************** *** 261,267 **** cvs_log(LP_TRACE, "cvs_edit_local(%s)", cf->file_path); ! cvs_file_classify(cf, NULL, 0); if ((fp = fopen(CVS_PATH_NOTIFY, "a")) == NULL) fatal("cvs_edit_local: fopen: `%s': %s", --- 261,267 ---- cvs_log(LP_TRACE, "cvs_edit_local(%s)", cf->file_path); ! cvs_file_classify(cf, NULL); if ((fp = fopen(CVS_PATH_NOTIFY, "a")) == NULL) fatal("cvs_edit_local: fopen: `%s': %s", *************** *** 333,339 **** cvs_log(LP_TRACE, "cvs_unedit_local(%s)", cf->file_path); ! cvs_file_classify(cf, NULL, 0); if (cvs_path_cat(CVS_PATH_BASEDIR, cf->file_name, bfpath, MAXPATHLEN) >= MAXPATHLEN) --- 333,339 ---- cvs_log(LP_TRACE, "cvs_unedit_local(%s)", cf->file_path); ! cvs_file_classify(cf, NULL); if (cvs_path_cat(CVS_PATH_BASEDIR, cf->file_name, bfpath, MAXPATHLEN) >= MAXPATHLEN)