Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit remore error(1) comment
details: https://anonhg.NetBSD.org/src/rev/fdd5ec785383
branches: trunk
changeset: 1004010:fdd5ec785383
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 08 19:21:40 2019 +0000
description:
remore error(1) comment
diffstat:
lib/libedit/filecomplete.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r e9c7a7b79149 -r fdd5ec785383 lib/libedit/filecomplete.c
--- a/lib/libedit/filecomplete.c Tue Oct 08 19:17:57 2019 +0000
+++ b/lib/libedit/filecomplete.c Tue Oct 08 19:21:40 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: filecomplete.c,v 1.59 2019/10/08 19:17:57 christos Exp $ */
+/* $NetBSD: filecomplete.c,v 1.60 2019/10/08 19:21:40 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: filecomplete.c,v 1.59 2019/10/08 19:17:57 christos Exp $");
+__RCSID("$NetBSD: filecomplete.c,v 1.60 2019/10/08 19:21:40 christos Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@@ -462,7 +462,6 @@
*/
char ** completion_matches(const char *, char *(*)(const char *, int));
char **
-/*###467 [lint] completion_matches arg 1 declared inconsistently (pointer to const char != pointer to char) filecomplete.c(467) :: readline.c?(53)%%%*/
completion_matches(const char *text, char *(*genfunc)(const char *, int))
{
char **match_list = NULL, *retstr, *prevstr;
Home |
Main Index |
Thread Index |
Old Index