diff options
Diffstat (limited to 'usr.bin/tr/str.c')
-rw-r--r-- | usr.bin/tr/str.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index 1b36e39bf2d..2cee34548ef 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -1,4 +1,4 @@ -/* $OpenBSD: str.c,v 1.10 2006/04/03 01:31:11 djm Exp $ */ +/* $OpenBSD: str.c,v 1.11 2009/10/27 23:59:46 deraadt Exp $ */ /* $NetBSD: str.c,v 1.7 1995/08/31 22:13:47 jtc Exp $ */ /*- @@ -30,13 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; -#endif -static char rcsid[] = "$OpenBSD: str.c,v 1.10 2006/04/03 01:31:11 djm Exp $"; -#endif /* not lint */ - #include <sys/cdefs.h> #include <sys/types.h> |