diff options
author | 2002-06-11 07:04:07 +0000 | |
---|---|---|
committer | 2002-06-11 07:04:07 +0000 | |
commit | ce3020f57b13da91f14dfae5b144b2e6bfa4147b (patch) | |
tree | b344740001ca8227098e91512e78559875f8d3a4 | |
parent | add umct, but commented out since it hasn't been shown to work. (diff) | |
download | wireguard-openbsd-ce3020f57b13da91f14dfae5b144b2e6bfa4147b.tar.xz wireguard-openbsd-ce3020f57b13da91f14dfae5b144b2e6bfa4147b.zip |
whitespace
-rw-r--r-- | sys/netinet6/in6_ifattach.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index 42feb0daa43..fbf3b19d791 100644 --- a/sys/netinet6/in6_ifattach.c +++ b/sys/netinet6/in6_ifattach.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_ifattach.c,v 1.27 2002/06/08 21:22:02 itojun Exp $ */ +/* $OpenBSD: in6_ifattach.c,v 1.28 2002/06/11 07:04:07 itojun Exp $ */ /* $KAME: in6_ifattach.c,v 1.124 2001/07/18 08:32:51 jinmei Exp $ */ /* @@ -638,7 +638,7 @@ in6_ifattach(ifp, altifp) } /* - * assign a link-local address, if there's none. + * assign a link-local address, if there's none. */ if (ip6_auto_linklocal) { ia = in6ifa_ifpforlinklocal(ifp, 0); @@ -721,7 +721,7 @@ in6_ifdetach(ifp) if (ia->ia_next) ia->ia_next = oia->ia_next; else { - nd6log((LOG_ERR, + nd6log((LOG_ERR, "%s: didn't unlink in6ifaddr from list\n", ifp->if_xname)); } |