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.27.4.1 retrieving revision 1.29.4.1 diff -u -p -r1.27.4.1 -r1.29.4.1 --- src/sys/netinet6/mld6.c 2006/06/21 15:11:09 1.27.4.1 +++ src/sys/netinet6/mld6.c 2006/04/22 11:40:12 1.29.4.1 @@ -1,4 +1,4 @@ -/* $NetBSD: mld6.c,v 1.27.4.1 2006/06/21 15:11:09 yamt Exp $ */ +/* $NetBSD: mld6.c,v 1.29.4.1 2006/04/22 11:40:12 simonb 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.27.4.1 2006/06/21 15:11:09 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mld6.c,v 1.29.4.1 2006/04/22 11:40:12 simonb Exp $"); #include "opt_inet.h"