diff options
Diffstat (limited to 'usr.bin/hexdump/hexsyntax.c')
-rw-r--r-- | usr.bin/hexdump/hexsyntax.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index fd92be118f6..71ac1f77618 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hexsyntax.c,v 1.10 2007/02/06 20:22:19 jmc Exp $ */ +/* $OpenBSD: hexsyntax.c,v 1.11 2009/10/27 23:59:39 deraadt Exp $ */ /* $NetBSD: hexsyntax.c,v 1.8 1998/04/08 23:48:57 jeremy Exp $ */ /*- @@ -30,11 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -/*static char sccsid[] = "from: @(#)hexsyntax.c 5.2 (Berkeley) 5/8/90";*/ -static char rcsid[] = "$OpenBSD: hexsyntax.c,v 1.10 2007/02/06 20:22:19 jmc Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <err.h> |