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/ad0de1c8d1fa
branches:  trunk
changeset: 839241:ad0de1c8d1fa
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 a3f3ca2967e3 -r ad0de1c8d1fa 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