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