summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/netmap.h1
-rw-r--r--sys/net/netmap_user.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/netmap.h b/sys/net/netmap.h
index 638cb1826d33..cdeb10eea500 100644
--- a/sys/net/netmap.h
+++ b/sys/net/netmap.h
@@ -32,7 +32,6 @@
/*
* $FreeBSD$
- * $Id: netmap.h 11997 2013-01-17 21:59:12Z luigi $
*
* Definitions of constants and the structures used by the netmap
* framework, for the part visible to both kernel and userspace.
diff --git a/sys/net/netmap_user.h b/sys/net/netmap_user.h
index cefbec773e07..75f211e333d1 100644
--- a/sys/net/netmap_user.h
+++ b/sys/net/netmap_user.h
@@ -32,7 +32,6 @@
/*
* $FreeBSD$
- * $Id: netmap_user.h 10597 2012-02-21 05:08:32Z luigi $
*
* This header contains the macros used to manipulate netmap structures
* and packets in userspace. See netmap(4) for more information.