summaryrefslogtreecommitdiff
path: root/package/nfs-utils/patches/patch-support_include_exportfs_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/nfs-utils/patches/patch-support_include_exportfs_h')
-rw-r--r--package/nfs-utils/patches/patch-support_include_exportfs_h23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-support_include_exportfs_h b/package/nfs-utils/patches/patch-support_include_exportfs_h
new file mode 100644
index 000000000..c58c0c3ec
--- /dev/null
+++ b/package/nfs-utils/patches/patch-support_include_exportfs_h
@@ -0,0 +1,23 @@
+--- nfs-utils-1.3.0.orig/support/include/exportfs.h 2014-03-25 16:12:07.000000000 +0100
++++ nfs-utils-1.3.0/support/include/exportfs.h 2014-05-17 21:47:07.085632108 +0200
+@@ -156,15 +156,15 @@ int secinfo_addflavor(struct flav_inf
+
+ char * host_ntop(const struct sockaddr *sap,
+ char *buf, const size_t buflen);
+-__attribute_malloc__
++__attribute__((__malloc__))
+ struct addrinfo * host_pton(const char *paddr);
+-__attribute_malloc__
++__attribute__((__malloc__))
+ struct addrinfo * host_addrinfo(const char *hostname);
+-__attribute_malloc__
++__attribute__((__malloc__))
+ char * host_canonname(const struct sockaddr *sap);
+-__attribute_malloc__
++__attribute__((__malloc__))
+ struct addrinfo * host_reliable_addrinfo(const struct sockaddr *sap);
+-__attribute_malloc__
++__attribute__((__malloc__))
+ struct addrinfo * host_numeric_addrinfo(const struct sockaddr *sap);
+
+ int rmtab_read(void);