summaryrefslogtreecommitdiff
path: root/user/nfs-utils/undef-def.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-14 06:09:52 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-14 06:09:52 +0000
commitaa830b4469274dd5375f88a63ef14b766417780c (patch)
tree66a30c9022ae2f3df2221e54dd6b6481cbfd424d /user/nfs-utils/undef-def.patch
parent847a73a0b1f0c040966d1ceda8a0e5355a2d757f (diff)
downloadpackages-aa830b4469274dd5375f88a63ef14b766417780c.tar.gz
packages-aa830b4469274dd5375f88a63ef14b766417780c.tar.bz2
packages-aa830b4469274dd5375f88a63ef14b766417780c.tar.xz
packages-aa830b4469274dd5375f88a63ef14b766417780c.zip
user/nfs-utils: Bump to 2.4.2
Diffstat (limited to 'user/nfs-utils/undef-def.patch')
-rw-r--r--user/nfs-utils/undef-def.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/nfs-utils/undef-def.patch b/user/nfs-utils/undef-def.patch
index a8b03ac03..8c1899ab5 100644
--- a/user/nfs-utils/undef-def.patch
+++ b/user/nfs-utils/undef-def.patch
@@ -9,14 +9,3 @@
struct {
struct file_handle fh;
unsigned char handle[128];
---- nfs-utils-2.3.3/utils/mount/network.c.old 2018-09-06 18:09:08.000000000 +0000
-+++ nfs-utils-2.3.3/utils/mount/network.c 2019-01-10 16:28:46.840000000 +0000
-@@ -39,7 +39,7 @@
- #include <sys/socket.h>
- #include <sys/wait.h>
- #include <sys/stat.h>
--#if defined(__GLIBC__) && (__GLIBC__ < 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 24)
-+#if defined(__GLIBC__) && ((__GLIBC__ < 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 24))
- /* Cannot safely include linux/in6.h in old glibc, so hardcode the needed values */
- # define IPV6_PREFER_SRC_PUBLIC 2
- # define IPV6_ADDR_PREFERENCES 72