treewide: Run refresh on all packages
[feed/packages.git] / net / etherwake / patches / 120-musl-compat.patch
1 --- a/ether-wake.c
2 +++ b/ether-wake.c
3 @@ -78,14 +78,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