=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.c,v retrieving revision 1.81 retrieving revision 1.82 diff -c -r1.81 -r1.82 *** src/usr.bin/cvs/file.c 2005/05/28 01:34:28 1.81 --- src/usr.bin/cvs/file.c 2005/05/31 08:26:40 1.82 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.81 2005/05/28 01:34:28 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.82 2005/05/31 08:26:40 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 800,807 **** cfp->cf_flags &= ~CVS_GDIR_IGNORE; if (cvs_file_getdir(cfp, flags, np, cb, arg) < 0) { ! cvs_log(LP_ERROR, "failed to get %s", ! CVS_FILE_NAME(cfp)); continue; } } --- 800,806 ---- cfp->cf_flags &= ~CVS_GDIR_IGNORE; if (cvs_file_getdir(cfp, flags, np, cb, arg) < 0) { ! cvs_log(LP_ERR, "failed to get %s", CVS_FILE_NAME(cfp)); continue; } }