From 96d4258af94bd2a9eec38eda0969044389c23d91 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 3 Apr 2003 21:36:33 +0000 Subject: Use __FBSDID rather than rcsid[]. --- sys/dev/my/if_my.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev/my/if_my.c') 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 +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1