svn commit: r199612 - head/sys/dev/et

Pyun YongHyeon yongari at FreeBSD.org
Fri Nov 20 20:40:34 UTC 2009


Author: yongari
Date: Fri Nov 20 20:40:34 2009
New Revision: 199612
URL: http://svn.freebsd.org/changeset/base/199612

Log:
  Add __FBSDID.

Modified:
  head/sys/dev/et/if_et.c

Modified: head/sys/dev/et/if_et.c
==============================================================================
--- head/sys/dev/et/if_et.c	Fri Nov 20 20:33:59 2009	(r199611)
+++ head/sys/dev/et/if_et.c	Fri Nov 20 20:40:34 2009	(r199612)
@@ -32,9 +32,11 @@
  * SUCH DAMAGE.
  *
  * $DragonFly: src/sys/dev/netif/et/if_et.c,v 1.10 2008/05/18 07:47:14 sephe Exp $
- * $FreeBSD$
  */
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/endian.h>


More information about the svn-src-head mailing list