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/auth_unix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sunrpc/auth_unix.c') diff --git a/sunrpc/auth_unix.c b/sunrpc/auth_unix.c index b71612cd80..b035fdd870 100644 --- a/sunrpc/auth_unix.c +++ b/sunrpc/auth_unix.c @@ -83,7 +83,7 @@ struct audata { }; #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) -static bool_t marshal_new_auth (AUTH *) internal_function; +static bool_t marshal_new_auth (AUTH *); /* @@ -337,7 +337,6 @@ authunix_destroy (AUTH *auth) * sets private data, au_marshed and au_mpos */ static bool_t -internal_function marshal_new_auth (AUTH *auth) { XDR xdr_stream; -- cgit v1.2.3