From ca4ec8039628cac6600541472b068be7535d4bb4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 15:55:36 +0200 Subject: sunrpc: Remove internal_function attribute --- sunrpc/clnt_perr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sunrpc/clnt_perr.c') diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index f682243..cac1dd9 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -38,7 +38,7 @@ #include #include -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; -- cgit v1.1