=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/lex.c,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/mail/lex.c 2004/05/10 15:25:51 1.32 --- src/usr.bin/mail/lex.c 2009/10/27 23:59:40 1.33 *************** *** 1,4 **** ! /* $OpenBSD: lex.c,v 1.32 2004/05/10 15:25:51 deraadt Exp $ */ /* $NetBSD: lex.c,v 1.10 1997/05/17 19:55:13 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: lex.c,v 1.33 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: lex.c,v 1.10 1997/05/17 19:55:13 pk Exp $ */ /* *************** *** 29,42 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - #if 0 - static const char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; - #else - static const char rcsid[] = "$OpenBSD: lex.c,v 1.32 2004/05/10 15:25:51 deraadt Exp $"; - #endif - #endif /* not lint */ #include "rcv.h" #include --- 29,34 ----