]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile
authorRoy Marples <roy@marples.name>
Tue, 23 Apr 2019 18:53:59 +0000 (19:53 +0100)
committerRoy Marples <roy@marples.name>
Tue, 23 Apr 2019 18:53:59 +0000 (19:53 +0100)
src/ipv6nd.c

index 76e34e02388a013105a1532a71699a4aba51464b..a0fd41856a20fa87fef915d439ca58fdc16cd533 100644 (file)
@@ -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;