diff options
Diffstat (limited to 'net/tnftp/files/libedit/parse.c')
-rw-r--r-- | net/tnftp/files/libedit/parse.c | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/net/tnftp/files/libedit/parse.c b/net/tnftp/files/libedit/parse.c index 385b468ff23..75f2bbbd824 100644 --- a/net/tnftp/files/libedit/parse.c +++ b/net/tnftp/files/libedit/parse.c @@ -1,5 +1,5 @@ -/* NetBSD: parse.c,v 1.4 2005/05/11 01:17:39 lukem Exp */ -/* from NetBSD: parse.c,v 1.20 2003/12/05 13:37:48 lukem Exp */ +/* NetBSD: parse.c,v 1.6 2005/06/09 16:48:58 lukem Exp */ +/* from NetBSD: parse.c,v 1.22 2005/05/29 04:58:15 lukem Exp */ /*- * Copyright (c) 1992, 1993 @@ -36,17 +36,6 @@ #include "tnftp.h" #include "sys.h" -#if 0 -#include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93"; -#else -__RCSID("NetBSD: parse.c,v 1.4 2005/05/11 01:17:39 lukem Exp"); -#endif -#endif /* not lint && not SCCSID */ -#endif - /* * parse.c: parse an editline extended command * @@ -142,7 +131,7 @@ el_parse(EditLine *el, int argc, const char *argv[]) * the appropriate character or -1 if the escape is not valid */ protected int -parse__escape(const char **const ptr) +parse__escape(const char **ptr) { const char *p; int c; |