diff options
Diffstat (limited to 'sys/netinet6/mld6.c')
-rw-r--r-- | sys/netinet6/mld6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index 21d9eabe363b..97f285825265 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet6/mld6.c,v 1.57.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_inet.h" #include "opt_inet6.h" |