From: Denys Vlasenko Date: Fri, 16 Aug 2013 10:20:25 +0000 (+0200) Subject: iplink: comment out include X-Git-Tag: 1_22_0~108 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec2bef11a7ea6381b21e77a3a83cc7730b7e9aef;p=oweals%2Fbusybox.git 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 --- 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