=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff_internals.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/cvs/diff_internals.c 2007/05/28 22:07:40 1.6 --- src/usr.bin/cvs/diff_internals.c 2007/05/28 22:12:44 1.7 *************** *** 1,4 **** ! /* $OpenBSD: diff_internals.c,v 1.6 2007/05/28 22:07:40 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff_internals.c,v 1.7 2007/05/28 22:12:44 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 150,156 **** } *file[2]; /* ! * The following struct is used to record change in formation when * doing a "context" or "unified" diff. (see routine "change" to * understand the highly mnemonic field names) */ --- 150,156 ---- } *file[2]; /* ! * The following struct is used to record change information when * doing a "context" or "unified" diff. (see routine "change" to * understand the highly mnemonic field names) */