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.13.2.4 retrieving revision 1.18 diff -u -p -r1.13.2.4 -r1.18 --- src/sys/netinet6/mld6.c 2002/01/11 23:39:46 1.13.2.4 +++ src/sys/netinet6/mld6.c 2002/01/08 04:37:32 1.18 @@ -1,4 +1,4 @@ -/* $NetBSD: mld6.c,v 1.13.2.4 2002/01/11 23:39:46 nathanw Exp $ */ +/* $NetBSD: mld6.c,v 1.18 2002/01/08 04:37:32 itojun Exp $ */ /* $KAME: mld6.c,v 1.25 2001/01/16 14:14:18 itojun Exp $ */ /* @@ -70,7 +70,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: mld6.c,v 1.13.2.4 2002/01/11 23:39:46 nathanw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mld6.c,v 1.18 2002/01/08 04:37:32 itojun Exp $"); #include "opt_inet.h"