From: Roy Marples Date: Thu, 31 Dec 2015 16:02:53 +0000 (+0000) Subject: Fix compile on FreeBSD X-Git-Tag: v6.10.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8c369e123f06d5ec6972d42816b343746f6c01;p=thirdparty%2Fdhcpcd.git Fix compile on FreeBSD --- diff --git a/if.c b/if.c index f3d8ec1a..791d27e9 100644 --- a/if.c +++ b/if.c @@ -444,7 +444,7 @@ if_discover(struct dhcpcd_ctx *ctx, int argc, char * const *argv) if ((argc == 0 || argc == -1) && ctx->ifac == 0 && !if_hasconf(ctx, ifp->name)) - active = false; + active = 0; if (active) logger(ifp->ctx, LOG_WARNING, "%s: unsupported"