=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.c,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/cvs/diff.c 2005/07/09 16:28:30 1.44 --- src/usr.bin/cvs/diff.c 2005/07/09 18:56:16 1.45 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.44 2005/07/09 16:28:30 niallo Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.45 2005/07/09 18:56:16 niallo Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 608,614 **** if (cf->cf_cvstat == CVS_FST_UNKNOWN) { cvs_log(LP_WARN, "I know nothing about %s", diff_file); return (0); ! } else if (cf->cf_cvstat == CVS_FST_UPTODATE && r1 == NULL) return (0); /* at this point, the file is modified */ --- 608,614 ---- if (cf->cf_cvstat == CVS_FST_UNKNOWN) { cvs_log(LP_WARN, "I know nothing about %s", diff_file); return (0); ! } else if (cf->cf_cvstat == CVS_FST_UPTODATE) return (0); /* at this point, the file is modified */