From 346ed5b80f313a070cae7c4b3ce71b16e575ca1c Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Thu, 18 May 2000 20:54:01 +0000 Subject: [PATCH] Do not define or try to load cc_lock_request, which is not actually used anywhere in the code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12283 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/ccapi/ChangeLog | 5 +++++ src/lib/krb5/ccache/ccapi/winccld.h | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/src/lib/krb5/ccache/ccapi/ChangeLog b/src/lib/krb5/ccache/ccapi/ChangeLog index 48886a9aa..a97280d52 100644 --- a/src/lib/krb5/ccache/ccapi/ChangeLog +++ b/src/lib/krb5/ccache/ccapi/ChangeLog @@ -1,3 +1,8 @@ +2000-05-18 Danilo Almeida + + * winccld.h: Do not define or try to load cc_lock_request, which is + not actually used anywhere in the code. + 2000-05-04 Miro Jurisic * stdcc_util.c (dupCCtoK5, dupK5toCC): diff --git a/src/lib/krb5/ccache/ccapi/winccld.h b/src/lib/krb5/ccache/ccapi/winccld.h index c2ae4dcf4..e285d1faf 100644 --- a/src/lib/krb5/ccache/ccapi/winccld.h +++ b/src/lib/krb5/ccache/ccapi/winccld.h @@ -85,7 +85,9 @@ DECL_FUNC_PTR(cc_get_name); DECL_FUNC_PTR(cc_set_principal); DECL_FUNC_PTR(cc_get_principal); DECL_FUNC_PTR(cc_get_cred_version); +#if 0 /* Not used */ DECL_FUNC_PTR(cc_lock_request); +#endif DECL_FUNC_PTR(cc_store); DECL_FUNC_PTR(cc_remove_cred); #ifdef CC_API_VER2 @@ -117,7 +119,9 @@ FUNC_INFO krbcc_fi[] = { MAKE_FUNC_INFO(cc_set_principal), MAKE_FUNC_INFO(cc_get_principal), MAKE_FUNC_INFO(cc_get_cred_version), +#if 0 /* Not used */ MAKE_FUNC_INFO(cc_lock_request), +#endif MAKE_FUNC_INFO(cc_store), MAKE_FUNC_INFO(cc_remove_cred), #ifdef CC_API_VER2 @@ -158,7 +162,9 @@ FUNC_INFO krbcc_fi[] = { #define cc_set_principal pcc_set_principal #define cc_get_principal pcc_get_principal #define cc_get_cred_version pcc_get_cred_version +#if 0 /* Not used */ #define cc_lock_request pcc_lock_request +#endif #define cc_store pcc_store #define cc_remove_cred pcc_remove_cred #ifdef CC_API_VER2 -- 2.26.2