svn commit: r250106 - head/sys/net

Luigi Rizzo luigi at FreeBSD.org
Tue Apr 30 16:00:22 UTC 2013


Author: luigi
Date: Tue Apr 30 16:00:21 2013
New Revision: 250106
URL: http://svnweb.freebsd.org/changeset/base/250106

Log:
  remove $Id$ (whitespace change)

Modified:
  head/sys/net/netmap.h
  head/sys/net/netmap_user.h

Modified: head/sys/net/netmap.h
==============================================================================
--- head/sys/net/netmap.h	Tue Apr 30 15:59:22 2013	(r250105)
+++ head/sys/net/netmap.h	Tue Apr 30 16:00:21 2013	(r250106)
@@ -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.

Modified: head/sys/net/netmap_user.h
==============================================================================
--- head/sys/net/netmap_user.h	Tue Apr 30 15:59:22 2013	(r250105)
+++ head/sys/net/netmap_user.h	Tue Apr 30 16:00:21 2013	(r250106)
@@ -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.


More information about the svn-src-all mailing list