diff options
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r-- | libc/inet/rpc/clnt_perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/clnt_perror.c b/libc/inet/rpc/clnt_perror.c index c4b8ee5f6..1c9ca88ae 100644 --- a/libc/inet/rpc/clnt_perror.c +++ b/libc/inet/rpc/clnt_perror.c @@ -425,7 +425,7 @@ auth_errmsg (enum auth_stat stat) } -static void __attribute__ ((unused)) +static void __attribute_used__ free_mem (void) { free (buf); |