summaryrefslogtreecommitdiffstats
path: root/src/ipv6nd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-10-25 13:20:20 +0100
committerRoy Marples <roy@marples.name>2019-10-25 13:20:20 +0100
commitf859ab48a7f59280fa6dbd9b6d5b5368442d3ceb (patch)
tree36b9d1c003a41081549b9d5a803c11c7ef584f77 /src/ipv6nd.c
parentfd726e57d5d0d9bebd69dfd5bc07add9ca14dae8 (diff)
downloaddhcpcd-f859ab48a7f59280fa6dbd9b6d5b5368442d3ceb.tar.xz
Fix prior on other os
Diffstat (limited to 'src/ipv6nd.c')
-rw-r--r--src/ipv6nd.c2
1 files changed, 1 insertions, 1 deletions
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;