summaryrefslogtreecommitdiffstats
path: root/sys/pci/meteor.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
commit7d804031bda84ee3fec3af95fe0e2cf653e137a2 (patch)
tree45aa7a8e0814925716b7df26a6901a4ee8341422 /sys/pci/meteor.c
parent74603d4bb949a7e4217dd885572c8d2779db9b3a (diff)
downloadFreeBSD-src-7d804031bda84ee3fec3af95fe0e2cf653e137a2.zip
FreeBSD-src-7d804031bda84ee3fec3af95fe0e2cf653e137a2.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r--sys/pci/meteor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index 71f49a0..670945a 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -27,8 +27,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/* Change History:
@@ -145,6 +143,9 @@
future version of this driver.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifdef COMPILING_LINT
#warning "The meteor driver is broken and is not compiled with LINT"
#else
OpenPOWER on IntegriCloud