diff options
Diffstat (limited to 'sunrpc/clnt_perr.c')
-rw-r--r-- | sunrpc/clnt_perr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index cac1dd9913..dd5b10688e 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -40,16 +40,12 @@ static char *auth_errmsg (enum auth_stat stat); -#ifdef _RPC_THREAD_SAFE_ /* * Making buf a preprocessor macro requires renaming the local * buf variable in a few functions. Overriding a global variable * with a local variable of the same name is a bad idea, anyway. */ #define buf RPC_THREAD_VARIABLE(clnt_perr_buf_s) -#else -static char *buf; -#endif /* * Print reply error info |