diff options
Diffstat (limited to 'sunrpc/clnt_perr.c')
-rw-r--r-- | sunrpc/clnt_perr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index f682243eae..cac1dd9913 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -38,7 +38,7 @@ #include <libio/iolibio.h> #include <shlib-compat.h> -static char *auth_errmsg (enum auth_stat stat) internal_function; +static char *auth_errmsg (enum auth_stat stat); #ifdef _RPC_THREAD_SAFE_ /* @@ -374,7 +374,6 @@ static const struct auth_errtab auth_errlist[] = }; static char * -internal_function auth_errmsg (enum auth_stat stat) { size_t i; |