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/ip6_input.c,v retrieving revision 1.131.2.1 retrieving revision 1.132 diff -u -p -r1.131.2.1 -r1.132 --- src/sys/netinet6/ip6_input.c 2011/06/23 14:20:26 1.131.2.1 +++ src/sys/netinet6/ip6_input.c 2011/06/01 22:59:44 1.132 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.131.2.1 2011/06/23 14:20:26 cherry Exp $ */ +/* $NetBSD: ip6_input.c,v 1.132 2011/06/01 22:59:44 dyoung Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -62,7 +62,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.131.2.1 2011/06/23 14:20:26 cherry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.132 2011/06/01 22:59:44 dyoung Exp $"); #include "opt_gateway.h" #include "opt_inet.h"