From c35db455f2452121ca27c821bc74b04352b4fad8 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Fri, 15 Jun 2018 09:07:04 -0500 Subject: [PATCH] Comment out missing comerr functions from afsauthent.def Apparently commit 70c4922980d1596155b4021cd72d6895c2371e23 was overzealous in making Windows match Unix, as these functions are not available in the Windows build. Reviewed-on: https://gerrit.openafs.org/13219 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk (cherry picked from commit 9d0b2698ac7ab8bb689f30d819bbef08c05a8bf7) Change-Id: I6ea04a04a2e18f3a8b7f2fdd0e2ca49f4b208361 Reviewed-on: https://gerrit.openafs.org/13222 Reviewed-by: Benjamin Kaduk Tested-by: BuildBot --- src/libafsauthent/afsauthent.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index 3eb1e25ae..8927ef8fd 100644 --- a/src/libafsauthent/afsauthent.def +++ b/src/libafsauthent/afsauthent.def @@ -172,8 +172,8 @@ EXPORTS initialize_KTC_error_table @171 initialize_PT_error_table @172 initialize_U_error_table @173 - initialize_VL_error_table @174 - initialize_VOLS_error_table @175 +; initialize_VL_error_table @174 +; initialize_VOLS_error_table @175 afs_getDirPath @176 afsconf_AddIdentity @177 afsconf_CellAliasApply @178 -- 2.39.5