aboutsummaryrefslogtreecommitdiff
path: root/contrib/libreadline/shell.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-06-07 12:58:06 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-06-07 12:58:06 +0000
commit88d4735de646f7c2bd0b67b33ffac5739251a7ec (patch)
treee9d35854fc346292f5520de7eae731575f5ecb65 /contrib/libreadline/shell.c
parent96983615520c656cd132bbff5fc4420943d01949 (diff)
Notes
Diffstat (limited to 'contrib/libreadline/shell.c')
-rw-r--r--contrib/libreadline/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libreadline/shell.c b/contrib/libreadline/shell.c
index eb99c7276e399..c39e4590034d5 100644
--- a/contrib/libreadline/shell.c
+++ b/contrib/libreadline/shell.c
@@ -47,7 +47,7 @@ extern char *xmalloc (), *xrealloc ();
/* Backwards compatibility, now that savestring has been removed from
all `public' readline header files. */
char *
-savestring (s)
+rl_savestring (s)
char *s;
{
return ((char *)strcpy (xmalloc (1 + (int)strlen (s)), (s)));