120-musl-compat.patch (379B)
1 --- a/ether-wake.c 2 +++ b/ether-wake.c 3 @@ -82,14 +82,8 @@ static char usage_msg[] = 4 #include <linux/if.h> 5 6 #include <features.h> 7 -#if __GLIBC__ >= 2 && __GLIBC_MINOR >= 1 8 #include <netpacket/packet.h> 9 #include <net/ethernet.h> 10 -#else 11 -#include <asm/types.h> 12 -#include <linux/if_packet.h> 13 -#include <linux/if_ether.h> 14 -#endif 15 #include <netdb.h> 16 #include <netinet/ether.h> 17