=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/diff.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/rcs/diff.c 2010/07/15 11:10:23 1.27 --- src/usr.bin/rcs/diff.c 2010/07/15 18:19:18 1.28 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.27 2010/07/15 11:10:23 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.28 2010/07/15 18:19:18 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 1046,1052 **** for (j = 0; j < nc; j++) { if ((c = getc(lb)) == EOF) { if (diff_format == D_RCSDIFF) ! warn("No newline at end of file"); else diff_output("\n\\ No newline at end of " "file"); --- 1046,1052 ---- for (j = 0; j < nc; j++) { if ((c = getc(lb)) == EOF) { if (diff_format == D_RCSDIFF) ! warnx("No newline at end of file"); else diff_output("\n\\ No newline at end of " "file");