diff options
Diffstat (limited to 'usr.bin/tip/value.c')
-rw-r--r-- | usr.bin/tip/value.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tip/value.c b/usr.bin/tip/value.c index 325485b5bf0..646116ca127 100644 --- a/usr.bin/tip/value.c +++ b/usr.bin/tip/value.c @@ -1,4 +1,4 @@ -/* $OpenBSD: value.c,v 1.17 2007/05/15 19:42:05 moritz Exp $ */ +/* $OpenBSD: value.c,v 1.18 2009/10/27 23:59:45 deraadt Exp $ */ /* $NetBSD: value.c,v 1.6 1997/02/11 09:24:09 mrg Exp $ */ /* @@ -30,13 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = "$OpenBSD: value.c,v 1.17 2007/05/15 19:42:05 moritz Exp $"; -#endif /* not lint */ - #include "tip.h" #define MIDDLE 35 |