diff options
Diffstat (limited to 'bin/csh/init.c')
-rw-r--r-- | bin/csh/init.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/csh/init.c b/bin/csh/init.c index 1384c6fee78..ddc447a37c0 100644 --- a/bin/csh/init.c +++ b/bin/csh/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.6 2003/06/23 16:42:15 deraadt Exp $ */ +/* $OpenBSD: init.c,v 1.7 2009/10/27 23:59:21 deraadt Exp $ */ /* $NetBSD: init.c,v 1.6 1995/03/21 09:03:05 cgd Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: init.c,v 1.6 2003/06/23 16:42:15 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <stdarg.h> #include "csh.h" |