From: Roy Marples Date: Wed, 24 Jul 2019 18:21:45 +0000 (+0100) Subject: Fix compile without IPv4LL X-Git-Tag: v8.0.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa9374e91cc2c637e21cd5122a1890ed56b4b826;p=thirdparty%2Fdhcpcd.git Fix compile without IPv4LL --- diff --git a/src/ipv4.c b/src/ipv4.c index b7b85d81..7b510f98 100644 --- a/src/ipv4.c +++ b/src/ipv4.c @@ -453,9 +453,7 @@ bool inet_getroutes(struct dhcpcd_ctx *ctx, rb_tree_t *routes) { struct interface *ifp; -#ifdef IPV4LL bool have_default = false; -#endif TAILQ_FOREACH(ifp, ctx->ifaces, next) { if (!ifp->active)