From: Roy Marples Date: Sat, 28 Feb 2015 17:26:52 +0000 (+0000) Subject: Style X-Git-Tag: v6.8.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809b5bb99364e08e2c88197682fce483bd1ffb85;p=thirdparty%2Fdhcpcd.git Style --- diff --git a/ipv6.c b/ipv6.c index 261097ba..4503ffed 100644 --- a/ipv6.c +++ b/ipv6.c @@ -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;