summaryrefslogtreecommitdiff
path: root/sys-libs/librpc/files/librpc-20151104-perror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/librpc/files/librpc-20151104-perror.patch')
-rw-r--r--sys-libs/librpc/files/librpc-20151104-perror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/librpc/files/librpc-20151104-perror.patch b/sys-libs/librpc/files/librpc-20151104-perror.patch
new file mode 100644
index 000000000..c5f0fc2c0
--- /dev/null
+++ b/sys-libs/librpc/files/librpc-20151104-perror.patch
@@ -0,0 +1,11 @@
+--- librpc-uclibc-a921e3d/clnt_perror.c.old 2015-11-04 19:33:16.000000000 +0100
++++ librpc-uclibc-a921e3d/clnt_perror.c 2016-08-30 10:11:16.410813772 +0100
+@@ -428,7 +428,7 @@
+ }
+
+
+-static void __attribute_used__
++static void __attribute__((used))
+ free_mem (void)
+ {
+ free (buf);