[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2184-g60a4c84

Michael Adam obnox at samba.org
Wed Feb 13 11:41:25 GMT 2008


The branch, v3-2-test has been updated
       via  60a4c8411b71f9f17956b51fd882f71273f5b0ca (commit)
      from  ec4947525e0881bfcde661f906ccd1f66fe54f5a (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 60a4c8411b71f9f17956b51fd882f71273f5b0ca
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 13 12:41:00 2008 +0100

    Only export talloc related symbols in libtalloc.so.
    
    Michael

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

Summary of changes:
 source/exports/libtalloc.syms |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/exports/libtalloc.syms b/source/exports/libtalloc.syms
index eb34bfc..87f1c5c 100644
--- a/source/exports/libtalloc.syms
+++ b/source/exports/libtalloc.syms
@@ -1,3 +1,6 @@
 {
-	global: *;
+	global:
+		talloc_*;
+		_talloc_*;
+	local: *;
 };


-- 
Samba Shared Repository


More information about the samba-cvs mailing list