From ec2bef11a7ea6381b21e77a3a83cc7730b7e9aef Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 16 Aug 2013 12:20:25 +0200 Subject: iplink: comment out include iplink.c includes net/if_packet.h, which (on GLIBC) only defines struct sockaddr_pkt. this struct is not used anywhere in the code, and removing the #include makes compilation succeed with musl libc. Signed-off-by: Denys Vlasenko --- networking/libiproute/iplink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index a686eb201..286e59ebf 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -6,7 +6,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #include -#include +/*#include - not needed? */ #include #include -- cgit v1.2.3