[SCM] Samba Shared Repository - branch master updated - 01ecd766c86ad49c7d8b9095bef76b5dcc71d757

Volker Lendecke vlendec at samba.org
Sun Oct 5 11:18:53 GMT 2008


The branch, master has been updated
       via  01ecd766c86ad49c7d8b9095bef76b5dcc71d757 (commit)
      from  6ee4e81ad13fba417a4e50b5c162a799e44adf27 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 01ecd766c86ad49c7d8b9095bef76b5dcc71d757
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 5 13:12:31 2008 +0200

    OS/X does not have rl_done in readline.h

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/readline.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/readline.c b/source3/lib/readline.c
index fd57799..cafb5a9 100644
--- a/source3/lib/readline.c
+++ b/source3/lib/readline.c
@@ -47,6 +47,14 @@
 
 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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list