=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/head.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mail/head.c 2001/11/21 15:26:39 1.7 --- src/usr.bin/mail/head.c 2002/06/14 21:35:00 1.8 *************** *** 1,4 **** ! /* $OpenBSD: head.c,v 1.7 2001/11/21 15:26:39 millert Exp $ */ /* $NetBSD: head.c,v 1.6 1996/12/28 07:11:03 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: head.c,v 1.8 2002/06/14 21:35:00 todd Exp $ */ /* $NetBSD: head.c,v 1.6 1996/12/28 07:11:03 tls Exp $ */ /* *************** *** 38,44 **** #if 0 static const char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #else ! static const char rcsid[] = "$OpenBSD: head.c,v 1.7 2001/11/21 15:26:39 millert Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static const char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #else ! static const char rcsid[] = "$OpenBSD: head.c,v 1.8 2002/06/14 21:35:00 todd Exp $"; #endif #endif /* not lint */ *************** *** 54,60 **** /* * See if the passed line buffer is a mail header. * Return true if yes. Note the extreme pains to ! * accomodate all funny formats. */ int ishead(char *linebuf) --- 54,60 ---- /* * See if the passed line buffer is a mail header. * Return true if yes. Note the extreme pains to ! * accommodate all funny formats. */ int ishead(char *linebuf)