* from alpinelinux --- libnet-1.1.6.orig/src/libnet_link_linux.c 2012-03-19 17:59:50.000000000 +0100 +++ libnet-1.1.6/src/libnet_link_linux.c 2013-12-21 15:19:01.000000000 +0100 @@ -30,26 +30,15 @@ #include #include -#if (__GLIBC__) #include #include -#else -#include -#include -#endif #if (HAVE_PACKET_SOCKET) #ifndef SOL_PACKET #define SOL_PACKET 263 #endif /* SOL_PACKET */ -#if __GLIBC__ >= 2 && __GLIBC_MINOR >= 1 #include #include /* the L2 protocols */ -#else -#include -#include -#include /* The L2 protocols */ -#endif #endif /* HAVE_PACKET_SOCKET */ #include "../include/libnet.h"