=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/diff.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/rcs/diff.h 2009/07/14 14:09:46 1.8 --- src/usr.bin/rcs/diff.h 2010/07/23 21:46:05 1.9 *************** *** 1,4 **** ! /* $OpenBSD: diff.h,v 1.8 2009/07/14 14:09:46 jsg Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff.h,v 1.9 2010/07/23 21:46:05 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 63,72 **** * * @(#)diffreg.c 8.1 (Berkeley) 6/6/93 */ - #ifndef RCS_DIFF_H - #define RCS_DIFF_H - #include #include --- 63,71 ---- * * @(#)diffreg.c 8.1 (Berkeley) 6/6/93 */ + #ifndef DIFF_H + #define DIFF_H #include #include *************** *** 125,128 **** extern RCSNUM *diff_rev2; extern regex_t *diff_ignore_re; ! #endif /* RCS_DIFF_H */ --- 124,127 ---- extern RCSNUM *diff_rev2; extern regex_t *diff_ignore_re; ! #endif /* DIFF_H */