Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit PR/46678: Ian Wienand: Add stub implementation f...
details: https://anonhg.NetBSD.org/src/rev/1ae20999fef1
branches: trunk
changeset: 780139:1ae20999fef1
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 12 18:46:20 2012 +0000
description:
PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()
diffstat:
lib/libedit/readline.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r de1e00f9a302 -r 1ae20999fef1 lib/libedit/readline.c
--- a/lib/libedit/readline.c Thu Jul 12 18:44:49 2012 +0000
+++ b/lib/libedit/readline.c Thu Jul 12 18:46:20 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: readline.c,v 1.104 2012/06/05 00:30:22 christos Exp $ */
+/* $NetBSD: readline.c,v 1.105 2012/07/12 18:46:20 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: readline.c,v 1.104 2012/06/05 00:30:22 christos Exp $");
+__RCSID("$NetBSD: readline.c,v 1.105 2012/07/12 18:46:20 christos Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@@ -2267,3 +2267,8 @@
{
return 0;
}
+
+void
+rl_free_line_state(void)
+{
+}
Home |
Main Index |
Thread Index |
Old Index