diff options
| author | itojun <itojun@NetBSD.org> | 2002-06-08 20:06:44 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2002-06-08 20:06:44 +0000 |
| commit | fc5800e3fd1663f97d886c3d472f8504b2f4a255 (patch) | |
| tree | e3890c9c835dd06bffe5b9f6afae4b5c4b001aeb /sys/netinet6/in6_src.c | |
| parent | b7330b38e8a0761f898d28cf450277b7a0b7e97a (diff) | |
whitespace cleanup
Diffstat (limited to 'sys/netinet6/in6_src.c')
| -rw-r--r-- | sys/netinet6/in6_src.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index e08d3510ac0..3b14553d4ae 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -1,4 +1,4 @@ -/* $NetBSD: in6_src.c,v 1.12 2002/05/29 07:53:41 itojun Exp $ */ +/* $NetBSD: in6_src.c,v 1.13 2002/06/08 20:06:44 itojun Exp $ */ /* $KAME: in6_src.c,v 1.36 2001/02/06 04:08:17 itojun Exp $ */ /* @@ -66,7 +66,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: in6_src.c,v 1.12 2002/05/29 07:53:41 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: in6_src.c,v 1.13 2002/06/08 20:06:44 itojun Exp $"); #include "opt_inet.h" @@ -96,7 +96,7 @@ __KERNEL_RCSID(0, "$NetBSD: in6_src.c,v 1.12 2002/05/29 07:53:41 itojun Exp $"); #include <netinet6/ip6_var.h> #include <netinet6/nd6.h> #ifdef ENABLE_DEFAULT_SCOPE -#include <netinet6/scope6_var.h> +#include <netinet6/scope6_var.h> #endif #include <net/net_osdep.h> @@ -241,7 +241,7 @@ in6_selectsrc(dstsock, opts, mopts, ro, laddr, errorp) * If route is known or can be allocated now, * our src addr is taken from the i/f, else punt. * Note that we should check the address family of the - * cached destination, in case of sharing the cache with IPv4. + * cached destination, in case of sharing the cache with IPv4. */ if (ro) { if (ro->ro_rt && |
