Mercurial > hg > dhcpcd
changeset 4580:bf5311ae01d5 draft
Fix compile without IPv4LL
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 24 Jul 2019 19:21:45 +0100 |
| parents | e48ad224ab66 |
| children | f069d6d7f542 |
| files | src/ipv4.c |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ipv4.c Wed Jul 24 19:12:24 2019 +0100 +++ b/src/ipv4.c Wed Jul 24 19:21:45 2019 +0100 @@ -453,9 +453,7 @@ 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)
