summaryrefslogtreecommitdiffstats
path: root/ipv6.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-02-28 17:26:52 +0000
committerRoy Marples <roy@marples.name>2015-02-28 17:26:52 +0000
commit809b5bb99364e08e2c88197682fce483bd1ffb85 (patch)
treec105540e522cd23c00a3888c3c9c70fdeb351759 /ipv6.c
parent022ba947d284315fbd9dfc4807660f4efa6bbad9 (diff)
downloaddhcpcd-809b5bb99364e08e2c88197682fce483bd1ffb85.tar.xz
Style
Diffstat (limited to 'ipv6.c')
-rw-r--r--ipv6.c4
1 files changed, 2 insertions, 2 deletions
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;