From f393a36a63846b24219d510d41011e0d2a91d2bb Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 15 Oct 2008 21:35:23 +0000 Subject: Merge KerberosIPC into k5_mig support Now that there are no servers using only kipc_* calls, merge them into the k5_mig_* calls. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20873 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-thread.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-thread.h b/src/include/k5-thread.h index a3fb13dcd..821fe8457 100644 --- a/src/include/k5-thread.h +++ b/src/include/k5-thread.h @@ -411,12 +411,7 @@ typedef enum { K5_KEY_GSS_KRB5_ERROR_MESSAGE, K5_KEY_KIM_ERROR_MESSAGE, #if defined(__MACH__) && defined(__APPLE__) - K5_KEY_CCAPI_REQUEST_PORT, - K5_KEY_CCAPI_REPLY_STREAM, - K5_KEY_CCAPI_SERVER_DIED, - K5_KEY_IPC_REQUEST_PORTS, - K5_KEY_IPC_REPLY_STREAM, - K5_KEY_IPC_SERVER_DIED, + K5_KEY_IPC_CONNECTION_INFO, K5_KEY_COM_ERR_REENTER, #endif K5_KEY_MAX -- cgit