diff options
| author | Roy Marples <roy@marples.name> | 2015-02-28 17:26:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-02-28 17:26:52 +0000 |
| commit | 809b5bb99364e08e2c88197682fce483bd1ffb85 (patch) | |
| tree | c105540e522cd23c00a3888c3c9c70fdeb351759 /ipv6.c | |
| parent | 022ba947d284315fbd9dfc4807660f4efa6bbad9 (diff) | |
| download | dhcpcd-809b5bb99364e08e2c88197682fce483bd1ffb85.tar.xz | |
Style
Diffstat (limited to 'ipv6.c')
| -rw-r--r-- | ipv6.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,7 +85,7 @@ #ifdef IPV6_POLLADDRFLAG # warning kernel does not report IPv6 address flag changes -# warning polling tentative address flags periodically instead +# warning polling tentative address flags periodically #endif #ifdef __linux__ @@ -1875,7 +1875,7 @@ make_route(const struct interface *ifp, const struct ra *rap) } static struct rt6 * -make_prefix(const struct interface * ifp, const struct ra *rap, +make_prefix(const struct interface *ifp, const struct ra *rap, const struct ipv6_addr *addr) { struct rt6 *r; |
