From 759afa1832956f4c4da8cce1a1b79366e139041d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 23 May 2008 08:40:24 +0200 Subject: [PATCH] Revert "build: add symbol versioning to libtalloc and libwbclient" This reverts commit ec4e8954402280c12c08cad0cb7cd9d3acb14152. metze --- source/exports/libtalloc.syms | 2 +- source/exports/libwbclient.syms | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: *; }; -- 2.47.3