diff options
Diffstat (limited to 'sunrpc/svcauth_des.c')
-rw-r--r-- | sunrpc/svcauth_des.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sunrpc/svcauth_des.c b/sunrpc/svcauth_des.c index 9ce4804239..c5a512d6f8 100644 --- a/sunrpc/svcauth_des.c +++ b/sunrpc/svcauth_des.c @@ -72,13 +72,8 @@ struct cache_entry struct rpc_timeval laststamp; /* detect replays of creds */ char *localcred; /* generic local credential */ }; -#ifdef _RPC_THREAD_SAFE_ #define authdes_cache RPC_THREAD_VARIABLE(authdes_cache_s) #define authdes_lru RPC_THREAD_VARIABLE(authdes_lru_s) -#else -static struct cache_entry *authdes_cache; -static int *authdes_lru; -#endif static void cache_init (void); /* initialize the cache */ static short cache_spot (des_block *, char *, struct rpc_timeval *); |