From: Roy Marples Date: Fri, 25 Oct 2019 12:20:20 +0000 (+0100) Subject: Fix prior on other os X-Git-Tag: v8.1.2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94cf591ba60927114a08bd47fdbce500518e2e72;p=thirdparty%2Fdhcpcd.git Fix prior on other os --- diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 3e98bf17..5a007ab2 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -275,7 +275,7 @@ ipv6nd_open(struct interface *ifp) static int ipv6nd_open(struct dhcpcd_ctx *ctx) { - int fd, on; + int fd; if (ctx->nd_fd != -1) return ctx->nd_fd;