summaryrefslogtreecommitdiff
path: root/package/nfs-utils/patches/patch-support_export_hostname_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-10 13:00:53 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-10 13:02:01 -0600
commit3a3dc38cc8604e55a5ca9d7fa081d6591ade3b9c (patch)
treeb06a97e75208cc95057d0ef9a4bd48ad8a45a853 /package/nfs-utils/patches/patch-support_export_hostname_c
parent0ef6c3891113cfc711d990f767a3ffcd78d834b5 (diff)
update to latest upstream version
Diffstat (limited to 'package/nfs-utils/patches/patch-support_export_hostname_c')
-rw-r--r--package/nfs-utils/patches/patch-support_export_hostname_c65
1 files changed, 0 insertions, 65 deletions
diff --git a/package/nfs-utils/patches/patch-support_export_hostname_c b/package/nfs-utils/patches/patch-support_export_hostname_c
deleted file mode 100644
index 56aa13139..000000000
--- a/package/nfs-utils/patches/patch-support_export_hostname_c
+++ /dev/null
@@ -1,65 +0,0 @@
---- nfs-utils-1.3.0.orig/support/export/hostname.c 2014-03-25 16:12:07.000000000 +0100
-+++ nfs-utils-1.3.0/support/export/hostname.c 2014-05-17 21:47:07.085632108 +0200
-@@ -91,7 +91,7 @@ host_ntop(const struct sockaddr *sap, ch
- * Returns address info structure, or NULL if an error occurs. Caller
- * must free the returned structure with freeaddrinfo(3).
- */
--__attribute_malloc__
-+__attribute__((__malloc__))
- struct addrinfo *
- host_pton(const char *paddr)
- {
-@@ -153,7 +153,7 @@ host_pton(const char *paddr)
- * if no information is available for @hostname. Caller must free the
- * returned structure with freeaddrinfo(3).
- */
--__attribute_malloc__
-+__attribute__((__malloc__))
- struct addrinfo *
- host_addrinfo(const char *hostname)
- {
-@@ -199,7 +199,7 @@ host_addrinfo(const char *hostname)
- * the string.
- */
- #ifdef HAVE_GETNAMEINFO
--__attribute_malloc__
-+__attribute__((__malloc__))
- char *
- host_canonname(const struct sockaddr *sap)
- {
-@@ -234,7 +234,7 @@ host_canonname(const struct sockaddr *sa
- return strdup(buf);
- }
- #else /* !HAVE_GETNAMEINFO */
--__attribute_malloc__
-+__attribute__((__malloc__))
- char *
- host_canonname(const struct sockaddr *sap)
- {
-@@ -266,7 +266,7 @@ host_canonname(const struct sockaddr *sa
- *
- * Caller must free the returned structure with freeaddrinfo(3).
- */
--__attribute_malloc__
-+__attribute__((__malloc__))
- struct addrinfo *
- host_reliable_addrinfo(const struct sockaddr *sap)
- {
-@@ -313,7 +313,7 @@ out_free_hostname:
- * Caller must free the returned structure with freeaddrinfo(3).
- */
- #ifdef HAVE_GETNAMEINFO
--__attribute_malloc__
-+__attribute__((__malloc__))
- struct addrinfo *
- host_numeric_addrinfo(const struct sockaddr *sap)
- {
-@@ -361,7 +361,7 @@ host_numeric_addrinfo(const struct socka
- return ai;
- }
- #else /* !HAVE_GETNAMEINFO */
--__attribute_malloc__
-+__attribute__((__malloc__))
- struct addrinfo *
- host_numeric_addrinfo(const struct sockaddr *sap)
- {