summaryrefslogtreecommitdiff
path: root/package/nfs-utils/patches/patch-support_export_hostname_c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-11-02 03:24:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-04 02:09:56 +0100
commit622819c8f12c7b2e75f4eaecdd65c17ce63ccbdd (patch)
tree61ec8274b2cfa01d71bf827c715ae52c83a76b17 /package/nfs-utils/patches/patch-support_export_hostname_c
parent938bb9c51c9ee0a476b440c70b15cbc8edcbf087 (diff)
nfs-utils: Update to version 2.5.2
Also update patches. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/nfs-utils/patches/patch-support_export_hostname_c')
-rw-r--r--package/nfs-utils/patches/patch-support_export_hostname_c20
1 files changed, 0 insertions, 20 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 731d18fd9..000000000
--- a/package/nfs-utils/patches/patch-support_export_hostname_c
+++ /dev/null
@@ -1,20 +0,0 @@
---- nfs-utils-1.3.4.orig/support/export/hostname.c 2016-08-03 20:25:15.000000000 +0200
-+++ nfs-utils-1.3.4/support/export/hostname.c 2016-10-08 17:55:01.000000000 +0200
-@@ -384,6 +384,7 @@ host_numeric_addrinfo(const struct socka
-
- ai = host_pton(buf);
-
-+#if !definded(__UCLIBC__) && defined(__GLIBC__)
- /*
- * getaddrinfo(AI_NUMERICHOST) never fills in ai_canonname
- */
-@@ -394,7 +395,9 @@ host_numeric_addrinfo(const struct socka
- ai = NULL;
- }
- }
-+#endif
-
- return ai;
- }
-+
- #endif /* !HAVE_GETNAMEINFO */