From 7efc2b35464f9705ba2ec3cc8030ff4507c120d3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 24 Dec 2007 17:37:19 +0000 Subject: [PATCH] Add new free_tls() entry point so that Win32 builds. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6137 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/dll/bacula.def | 1 + bacula/technotes-2.3 | 1 + 2 files changed, 2 insertions(+) diff --git a/bacula/src/win32/dll/bacula.def b/bacula/src/win32/dll/bacula.def index 0a9786dfe2..5a0e8217ee 100644 --- a/bacula/src/win32/dll/bacula.def +++ b/bacula/src/win32/dll/bacula.def @@ -651,6 +651,7 @@ _Z9sm_mallocPKcij _Z9sm_staticb ; tls.o +_ZN5BSOCK8free_tlsEv _Z14get_tls_enableP11TLS_Context _Z15get_tls_requireP11TLS_Context _Z15new_tls_contextPKcS0_S0_S0_PFiPciPKvES3_S0_b diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index 4622e6839c..06a262d556 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -2,6 +2,7 @@ General: 24Dec07 +kes Add new free_tls() entry point so that Win32 builds. kes Fix compile warning in src/lib/util.c kes Fix entry point for edit_job_codes() so that Win32 builds. kes Fix seg fault Frank Sweetser reports in regression testing -- 2.39.5