Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/in6_src.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/in6_src.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- src/sys/netinet6/in6_src.c 2002/05/29 07:53:41 1.12 +++ src/sys/netinet6/in6_src.c 2002/06/08 20:06:44 1.13 @@ -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 -__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 #include #include #ifdef ENABLE_DEFAULT_SCOPE -#include +#include #endif #include @@ -241,7 +241,7 @@ in6_selectsrc(dstsock, opts, mopts, ro, * 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 &&