From: Benjamin Kaduk Date: Sat, 5 May 2018 20:59:08 +0000 (-0500) Subject: Export afs_getDirPath from shared libraries X-Git-Tag: upstream/1.8.1_pre2^2~37 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9d633e1281cb3e8bec95d373fd23c04645851625;p=packages%2Fo%2Fopenafs.git Export afs_getDirPath from shared libraries Add this function to the export list for libafsauthent on Windows and Unix. Reviewed-on: https://gerrit.openafs.org/13059 Reviewed-by: Anders Kaseorg Tested-by: Anders Kaseorg Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk (cherry picked from commit 849ddd4fde0759e385cf3ed4054fc11c36a62fc3) Change-Id: I39dd95185a705eaf96852e7bae9acbb5f5c50159 Reviewed-on: https://gerrit.openafs.org/13146 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index 6b23605ac..666c80e15 100644 --- a/src/libafsauthent/afsauthent.def +++ b/src/libafsauthent/afsauthent.def @@ -174,3 +174,4 @@ EXPORTS initialize_U_error_table @173 initialize_VL_error_table @174 initialize_VOLS_error_table @175 + afs_getDirPath @176 diff --git a/src/libafsauthent/libafsauthent.la.sym b/src/libafsauthent/libafsauthent.la.sym index 86a33eede..d3b690c2b 100644 --- a/src/libafsauthent/libafsauthent.la.sym +++ b/src/libafsauthent/libafsauthent.la.sym @@ -1,4 +1,5 @@ afs_get_pag_from_groups +afs_getDirPath afsconf_AddKey afsconf_AddUser afsconf_CellApply