diff options
Diffstat (limited to 'bin/csh/const.c')
-rw-r--r-- | bin/csh/const.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/csh/const.c b/bin/csh/const.c index b5bb162f99e..f3a7b93f260 100644 --- a/bin/csh/const.c +++ b/bin/csh/const.c @@ -1,4 +1,4 @@ -/* $OpenBSD: const.c,v 1.5 2003/06/02 23:32:06 millert Exp $ */ +/* $OpenBSD: const.c,v 1.6 2009/10/27 23:59:21 deraadt Exp $ */ /* $NetBSD: const.c,v 1.6 1995/03/21 09:02:31 cgd Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)const.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: const.c,v 1.5 2003/06/02 23:32:06 millert Exp $"; -#endif -#endif /* not lint */ - /* * tc.const.c: String constants for csh. */ |