From 9d0b2698ac7ab8bb689f30d819bbef08c05a8bf7 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. Change-Id: Ia24430e5069cd61c0557a07d1bd2c35a6872db8c Reviewed-on: https://gerrit.openafs.org/13219 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- 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 3eb1e25..8927ef8 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 -- 1.9.4