From: Stefan Metzmacher Date: Fri, 23 May 2008 06:40:24 +0000 (+0200) Subject: Revert "build: add symbol versioning to libtalloc and libwbclient" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=759afa1832956f4c4da8cce1a1b79366e139041d;p=thirdparty%2Fsamba.git Revert "build: add symbol versioning to libtalloc and libwbclient" This reverts commit ec4e8954402280c12c08cad0cb7cd9d3acb14152. metze --- diff --git a/source/exports/libtalloc.syms b/source/exports/libtalloc.syms index 9d77308fb77..87f1c5c63ef 100644 --- a/source/exports/libtalloc.syms +++ b/source/exports/libtalloc.syms @@ -1,4 +1,4 @@ -TALLOC_1_2 { +{ global: talloc_*; _talloc_*; diff --git a/source/exports/libwbclient.syms b/source/exports/libwbclient.syms index e1c3911ee93..f1e68b42a94 100644 --- a/source/exports/libwbclient.syms +++ b/source/exports/libwbclient.syms @@ -1,4 +1,4 @@ -WBCLIENT_0_1 { +{ global: wbc*; local: *; };