diff options
Diffstat (limited to 'lib/libedit/parse.c')
-rw-r--r-- | lib/libedit/parse.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c index 9dbc09083ae..29670ac5df2 100644 --- a/lib/libedit/parse.c +++ b/lib/libedit/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.8 2003/11/25 20:12:38 otto Exp $ */ +/* $OpenBSD: parse.c,v 1.9 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: parse.c,v 1.19 2003/11/02 20:06:57 christos Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: parse.c,v 1.8 2003/11/25 20:12:38 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * parse.c: parse an editline extended command |