diff options
Diffstat (limited to 'usr.bin/checknr/checknr.c')
-rw-r--r-- | usr.bin/checknr/checknr.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index f8aad7d6241..1012d5cf876 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: checknr.c,v 1.15 2007/06/27 03:29:31 ray Exp $ */ +/* $OpenBSD: checknr.c,v 1.16 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: checknr.c,v 1.4 1995/03/26 04:10:19 glass Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)checknr.c 8.1 (Berkeley) 6/6/93"; -#else -static const char rcsid[] = "$OpenBSD: checknr.c,v 1.15 2007/06/27 03:29:31 ray Exp $"; -#endif -#endif /* not lint */ - /* * checknr: check an nroff/troff input file for matching macro calls. * we also attempt to match size and font changes, but only the embedded |