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 rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.122.8.1 retrieving revision 1.122.8.1.2.1 diff -u -p -r1.122.8.1 -r1.122.8.1.2.1 --- src/sys/netinet6/ip6_input.c 2009/05/03 13:39:21 1.122.8.1 +++ src/sys/netinet6/ip6_input.c 2010/04/21 00:28:23 1.122.8.1.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.122.8.1 2009/05/03 13:39:21 bouyer Exp $ */ +/* $NetBSD: ip6_input.c,v 1.122.8.1.2.1 2010/04/21 00:28:23 matt 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.122.8.1 2009/05/03 13:39:21 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.122.8.1.2.1 2010/04/21 00:28:23 matt Exp $"); #include "opt_inet.h" #include "opt_inet6.h"