=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diffreg.c,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/diff/diffreg.c 2003/07/21 21:57:22 1.37 --- src/usr.bin/diff/diffreg.c 2003/07/21 21:59:58 1.38 *************** *** 1,4 **** ! /* $OpenBSD: diffreg.c,v 1.37 2003/07/21 21:57:22 millert Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. --- 1,4 ---- ! /* $OpenBSD: diffreg.c,v 1.38 2003/07/21 21:59:58 henning Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. *************** *** 65,71 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.37 2003/07/21 21:57:22 millert Exp $"; #endif /* not lint */ #include --- 65,71 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: diffreg.c,v 1.38 2003/07/21 21:59:58 henning Exp $"; #endif /* not lint */ #include *************** *** 964,970 **** /* * If this change is more than 'context' lines from the * previous change, dump the record and reset it. ! */ if (format == D_CONTEXT) dump_context_vec(f1, f2); else --- 964,970 ---- /* * If this change is more than 'context' lines from the * previous change, dump the record and reset it. ! */ if (format == D_CONTEXT) dump_context_vec(f1, f2); else