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 | d48bfc96e3335b1fe0c638a108b296a9ff829185 (patch) | |
| tree | c586f397d0733b6b243401c55d971c495b64cd65 | |
| parent | b0a0f6d450c114c73fdb991d7937f44476602053 (diff) | |
| download | dhcpcd-d48bfc96e3335b1fe0c638a108b296a9ff829185.tar.xz | |
Fix compile
| -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; |
