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/mld6.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/mld6.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.37.2.3 retrieving revision 1.40 diff -u -p -r1.37.2.3 -r1.40 --- src/sys/netinet6/mld6.c 2007/10/09 13:44:56 1.37.2.3 +++ src/sys/netinet6/mld6.c 2007/08/31 21:40:41 1.40 @@ -1,4 +1,4 @@ -/* $NetBSD: mld6.c,v 1.37.2.3 2007/10/09 13:44:56 ad Exp $ */ +/* $NetBSD: mld6.c,v 1.40 2007/08/31 21:40:41 dyoung Exp $ */ /* $KAME: mld6.c,v 1.25 2001/01/16 14:14:18 itojun Exp $ */ /* @@ -102,7 +102,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: mld6.c,v 1.37.2.3 2007/10/09 13:44:56 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mld6.c,v 1.40 2007/08/31 21:40:41 dyoung Exp $"); #include "opt_inet.h"