summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:51 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:51 +0100
commit6d3dcf04a5148d150e5fe6cbfcfbeea43db455cd (patch)
tree67a746e4e9d058ec5d18e140b912cc47d7c050ea
parent621113226c2461d6fa3720dd24e22b43b4bc13ac (diff)
downloadsamba-6d3dcf04a5148d150e5fe6cbfcfbeea43db455cd.tar.gz
samba-6d3dcf04a5148d150e5fe6cbfcfbeea43db455cd.tar.xz
samba-6d3dcf04a5148d150e5fe6cbfcfbeea43db455cd.zip
Revert "OS/X does not have rl_done in readline.h"
This reverts commit 829e29c95ad6c1b5744dcffb4586ff7c875e3831.
-rw-r--r--source/lib/readline.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/lib/readline.c b/source/lib/readline.c
index cf7809b05cf..fd57799b578 100644
--- a/source/lib/readline.c
+++ b/source/lib/readline.c
@@ -47,14 +47,6 @@
static bool smb_rl_done;
-#if HAVE_LIBREADLINE
-/*
- * * MacOS/X does not have rl_done in readline.h, but
- * * readline.so has it
- * */
-extern int rl_done;
-#endif
-
void smb_readline_done(void)
{
smb_rl_done = true;