=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/lex.c,v retrieving revision 1.19.2.1 retrieving revision 1.20 diff -u -r1.19.2.1 -r1.20 --- src/usr.bin/mail/lex.c 2000/10/06 21:16:15 1.19.2.1 +++ src/usr.bin/mail/lex.c 2000/06/30 16:00:19 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: lex.c,v 1.19.2.1 2000/10/06 21:16:15 jason Exp $ */ +/* $OpenBSD: lex.c,v 1.20 2000/06/30 16:00:19 millert Exp $ */ /* $NetBSD: lex.c,v 1.10 1997/05/17 19:55:13 pk Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; #else -static char rcsid[] = "$OpenBSD: lex.c,v 1.19.2.1 2000/10/06 21:16:15 jason Exp $"; +static char rcsid[] = "$OpenBSD: lex.c,v 1.20 2000/06/30 16:00:19 millert Exp $"; #endif #endif /* not lint */