diff options
| author | Roy Marples <roy@marples.name> | 2019-04-23 19:53:59 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-04-23 19:53:59 +0100 |
| commit | 17852a6ee23e8827f329e5ad0c08b6f969543d20 (patch) | |
| tree | c586f397d0733b6b243401c55d971c495b64cd65 /src/ipv6nd.c | |
| parent | 996a9e6fccf33ce4a3b4ff2c50fcfdbe6ca7ef9c (diff) | |
| download | dhcpcd-17852a6ee23e8827f329e5ad0c08b6f969543d20.tar.xz | |
Fix compile
Diffstat (limited to 'src/ipv6nd.c')
| -rw-r--r-- | src/ipv6nd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
