changeset 2969:bc4fb3e035cd draft

Style
author Roy Marples <roy@marples.name>
date Sat, 28 Feb 2015 17:26:52 +0000
parents 3e5c08cc4798
children fe273325a201
files ipv6.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ipv6.c	Fri Feb 27 21:32:51 2015 +0000
+++ b/ipv6.c	Sat Feb 28 17:26:52 2015 +0000
@@ -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 @@
 }
 
 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;