summaryrefslogtreecommitdiff
path: root/net-misc/etherdfs/files/etherdfs-20180203-musl.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /net-misc/etherdfs/files/etherdfs-20180203-musl.patch
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'net-misc/etherdfs/files/etherdfs-20180203-musl.patch')
-rw-r--r--net-misc/etherdfs/files/etherdfs-20180203-musl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/etherdfs/files/etherdfs-20180203-musl.patch b/net-misc/etherdfs/files/etherdfs-20180203-musl.patch
new file mode 100644
index 000000000000..b0fdb532f20f
--- /dev/null
+++ b/net-misc/etherdfs/files/etherdfs-20180203-musl.patch
@@ -0,0 +1,10 @@
+--- a/ethersrv-linux.c
++++ b/ethersrv-linux.c
+@@ -31,7 +31,6 @@
+ #include <arpa/inet.h> /* htons() */
+ #include <errno.h>
+ #include <endian.h> /* le16toh(), le32toh() */
+-#include <linux/if_ether.h>
+ #include <linux/if_packet.h>
+ #include <limits.h> /* PATH_MAX and such */
+ #include <net/ethernet.h>