=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/lex.c,v retrieving revision 1.42 retrieving revision 1.43 diff -c -r1.42 -r1.43 *** src/usr.bin/mail/lex.c 2021/10/24 21:24:16 1.42 --- src/usr.bin/mail/lex.c 2023/03/08 04:43:11 1.43 *************** *** 1,4 **** ! /* $OpenBSD: lex.c,v 1.42 2021/10/24 21:24:16 deraadt Exp $ */ /* $NetBSD: lex.c,v 1.10 1997/05/17 19:55:13 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: lex.c,v 1.43 2023/03/08 04:43:11 guenther Exp $ */ /* $NetBSD: lex.c,v 1.10 1997/05/17 19:55:13 pk Exp $ */ /* *************** *** 682,688 **** /* * Print the current version number. */ - /*ARGSUSED*/ int pversion(void *v) { --- 682,687 ----