diff options
Diffstat (limited to 'bin/csh/misc.c')
-rw-r--r-- | bin/csh/misc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/csh/misc.c b/bin/csh/misc.c index 9271908cac3..f75cbfa8051 100644 --- a/bin/csh/misc.c +++ b/bin/csh/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.10 2005/12/11 02:41:01 deraadt Exp $ */ +/* $OpenBSD: misc.c,v 1.11 2009/10/27 23:59:21 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.6 1995/03/21 09:03:09 cgd Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: misc.c,v 1.10 2005/12/11 02:41:01 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <stdlib.h> #include <unistd.h> |