From: Kern Sibbald Date: Mon, 24 Dec 2007 17:37:19 +0000 (+0000) Subject: Add new free_tls() entry point so that Win32 builds. X-Git-Tag: Release-3.0.0~2101 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7efc2b35464f9705ba2ec3cc8030ff4507c120d3;p=bacula%2Fbacula 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 --- 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