From d48bfc96e3335b1fe0c638a108b296a9ff829185 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 23 Apr 2019 19:53:59 +0100 Subject: [PATCH] Fix compile --- src/ipv6nd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 76e34e02..a0fd4185 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -196,7 +196,7 @@ ipv6nd_printoptions(const struct dhcpcd_ctx *ctx, } static int -ipv6nd_open0() +ipv6nd_open0(void) { int s, on; struct icmp6_filter filt; -- 2.47.2