summaryrefslogtreecommitdiffstats
path: root/sys/dev/my/if_my.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/my/if_my.c')
-rw-r--r--sys/dev/my/if_my.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c
index 9f7a930..9529996 100644
--- a/sys/dev/my/if_my.c
+++ b/sys/dev/my/if_my.c
@@ -25,10 +25,12 @@
*
* Written by: yen_cw@myson.com.tw available at: http://www.myson.com.tw/
*
- * $FreeBSD$
- *
* Myson fast ethernet PCI NIC driver
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud