=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.92 retrieving revision 1.93 diff -c -r1.92 -r1.93 *** src/usr.bin/cvs/update.c 2007/01/31 21:07:36 1.92 --- src/usr.bin/cvs/update.c 2007/02/09 03:49:15 1.93 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.92 2007/01/31 21:07:36 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.93 2007/02/09 03:49:15 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 145,151 **** cvs_log(LP_TRACE, "cvs_update_enterdir(%s)", cf->file_path); ! cvs_file_classify(cf, NULL, 0); if (cf->file_status == DIR_CREATE && build_dirs == 1) { cvs_mkpath(cf->file_path); --- 145,151 ---- cvs_log(LP_TRACE, "cvs_update_enterdir(%s)", cf->file_path); ! cvs_file_classify(cf, NULL); if (cf->file_status == DIR_CREATE && build_dirs == 1) { cvs_mkpath(cf->file_path); *************** *** 285,291 **** } flags = 0; ! cvs_file_classify(cf, tag, 1); if ((cf->file_status == FILE_UPTODATE || cf->file_status == FILE_MODIFIED) && cf->file_ent != NULL && --- 285,291 ---- } flags = 0; ! cvs_file_classify(cf, tag); if ((cf->file_status == FILE_UPTODATE || cf->file_status == FILE_MODIFIED) && cf->file_ent != NULL &&