aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ipfw/dn_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ipfw/dn_heap.c')
-rw-r--r--sys/netinet/ipfw/dn_heap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ipfw/dn_heap.c b/sys/netinet/ipfw/dn_heap.c
index 6773851327c3..0446a8e84185 100644
--- a/sys/netinet/ipfw/dn_heap.c
+++ b/sys/netinet/ipfw/dn_heap.c
@@ -27,13 +27,13 @@
/*
* Binary heap and hash tables, used in dummynet
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/netinet/ipfw/dn_heap.c,v 1.2.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#ifdef _KERNEL
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/netinet/ipfw/dn_heap.c,v 1.2.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/kernel.h>