Fresh pull from upstream (stable) package feed
[librecmc/package-feed.git] / libs / libnet-1.2.x / patches / 100-musl-compat.patch
1 --- a/src/libnet_link_linux.c
2 +++ b/src/libnet_link_linux.c
3 @@ -30,13 +30,8 @@
4  #include <sys/time.h>
5  
6  #include <net/if.h>
7 -#if (__GLIBC__)
8  #include <netinet/if_ether.h>
9  #include <net/if_arp.h>
10 -#else
11 -#include <linux/if_arp.h>
12 -#include <linux/if_ether.h>
13 -#endif
14  
15  #if (HAVE_PACKET_SOCKET)
16  #ifndef SOL_PACKET