diff options
Diffstat (limited to 'package/nfs-utils/patches/patch-utils_mount_network_c')
-rw-r--r-- | package/nfs-utils/patches/patch-utils_mount_network_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-utils_mount_network_c b/package/nfs-utils/patches/patch-utils_mount_network_c new file mode 100644 index 000000000..fe8400b26 --- /dev/null +++ b/package/nfs-utils/patches/patch-utils_mount_network_c @@ -0,0 +1,10 @@ +--- nfs-utils-1.3.4.orig/utils/mount/network.c 2016-08-03 20:25:15.000000000 +0200 ++++ nfs-utils-1.3.4/utils/mount/network.c 2016-10-08 18:01:13.000000000 +0200 +@@ -38,7 +38,6 @@ + #include <sys/socket.h> + #include <sys/wait.h> + #include <sys/stat.h> +-#include <linux/in6.h> + #include <netinet/in.h> + #include <rpc/rpc.h> + #include <rpc/pmap_prot.h> |