summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/shell.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-07 12:58:06 +0000
committerache <ache@FreeBSD.org>1997-06-07 12:58:06 +0000
commite7547ae335a16a0a37199b30c5c9157075c66502 (patch)
treee8e51f4d9a72e634cb7a120d32af69dccc95c952 /contrib/libreadline/shell.c
parent8bae2ea4258b589851380ebd61175c3004082c65 (diff)
downloadFreeBSD-src-e7547ae335a16a0a37199b30c5c9157075c66502.zip
FreeBSD-src-e7547ae335a16a0a37199b30c5c9157075c66502.tar.gz
Merge with previous variant
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 eb99c72..c39e459 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)));
OpenPOWER on IntegriCloud