Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Remove a function prototype which was added to <histe...
details: https://anonhg.NetBSD.org/src/rev/61629e4ffcb2
branches: trunk
changeset: 996859:61629e4ffcb2
user: kre <kre%NetBSD.org@localhost>
date: Sun Feb 10 19:21:52 2019 +0000
description:
Remove a function prototype which was added to <histedit.h> in 2005.
I think we can trust it to be stable by now, and doin't need the dup.
diffstat:
bin/sh/histedit.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 22b4abf00c4d -r 61629e4ffcb2 bin/sh/histedit.c
--- a/bin/sh/histedit.c Sun Feb 10 17:15:45 2019 +0000
+++ b/bin/sh/histedit.c Sun Feb 10 19:21:52 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: histedit.c,v 1.54 2019/02/09 03:35:55 kre Exp $ */
+/* $NetBSD: histedit.c,v 1.55 2019/02/10 19:21:52 kre Exp $ */
/*-
* Copyright (c) 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: histedit.c,v 1.54 2019/02/09 03:35:55 kre Exp $");
+__RCSID("$NetBSD: histedit.c,v 1.55 2019/02/10 19:21:52 kre Exp $");
#endif
#endif /* not lint */
@@ -71,7 +71,6 @@
EditLine *el; /* editline cookie */
int displayhist;
static FILE *el_in, *el_out;
-unsigned char _el_fn_complete(EditLine *, int);
STATIC const char *fc_replace(const char *, char *, char *);
Home |
Main Index |
Thread Index |
Old Index