summaryrefslogtreecommitdiff
path: root/net-misc/etherdfs/files/etherdfs-20180203-musl.patch
blob: b0fdb532f20f448c90e1328f4aa5a3c9b491b6e7 (plain)
1
2
3
4
5
6
7
8
9
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>