diff options
Diffstat (limited to 'sunrpc/auth_none.c')
-rw-r--r-- | sunrpc/auth_none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/auth_none.c b/sunrpc/auth_none.c index 10e9b2f65a..0983b95322 100644 --- a/sunrpc/auth_none.c +++ b/sunrpc/auth_none.c @@ -62,7 +62,7 @@ struct authnone_private_s { u_int mcnt; }; #ifdef _RPC_THREAD_SAFE_ -#define authnone_private ((struct authnone_private_ *)RPC_THREAD_VARIABLE(authnone_private_s)) +#define authnone_private ((struct authnone_private_s *)RPC_THREAD_VARIABLE(authnone_private_s)) #else static struct authnone_private_s *authnone_private; #endif |