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