You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/ether-wake.c
|
|
+++ b/ether-wake.c
|
|
@@ -82,14 +82,8 @@ static char usage_msg[] =
|
|
#include <linux/if.h>
|
|
|
|
#include <features.h>
|
|
-#if __GLIBC__ >= 2 && __GLIBC_MINOR >= 1
|
|
#include <netpacket/packet.h>
|
|
#include <net/ethernet.h>
|
|
-#else
|
|
-#include <asm/types.h>
|
|
-#include <linux/if_packet.h>
|
|
-#include <linux/if_ether.h>
|
|
-#endif
|
|
#include <netdb.h>
|
|
#include <netinet/ether.h>
|
|
|