From: Roy Marples Date: Thu, 5 Jun 2014 14:24:21 +0000 (+0000) Subject: No need for this file X-Git-Tag: v6.4.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f355e130d67507e1caf58f9324f39e6e05ce72c9;p=thirdparty%2Fdhcpcd.git No need for this file --- diff --git a/ipv6.c b/ipv6.c index 5a9e2b14..ce0cc62b 100644 --- a/ipv6.c +++ b/ipv6.c @@ -38,7 +38,6 @@ #ifdef __linux__ # include /* for systems with broken headers */ # include -# include /* Match Linux defines to BSD */ # ifdef IFA_F_OPTIMISTIC # define IN6_IFF_TENTATIVE (IFA_F_TENTATIVE | IFA_F_OPTIMISTIC)