summaryrefslogtreecommitdiffstats
path: root/sys/i4b/driver/i4b_ctl.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-10 23:23:33 +0000
committerobrien <obrien@FreeBSD.org>2003-06-10 23:23:33 +0000
commit4b63767236fbcbb07d754df5d295e05b26a3556f (patch)
tree492d54e146feaee8eeb2eac0140316a45daee78f /sys/i4b/driver/i4b_ctl.c
parent62dc1f7c259db5ae67933b1947bfa1c240122792 (diff)
downloadFreeBSD-src-4b63767236fbcbb07d754df5d295e05b26a3556f.zip
FreeBSD-src-4b63767236fbcbb07d754df5d295e05b26a3556f.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/i4b/driver/i4b_ctl.c')
-rw-r--r--sys/i4b/driver/i4b_ctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i4b/driver/i4b_ctl.c b/sys/i4b/driver/i4b_ctl.c
index 4eb03c3..f71ae63 100644
--- a/sys/i4b/driver/i4b_ctl.c
+++ b/sys/i4b/driver/i4b_ctl.c
@@ -26,13 +26,13 @@
*
* i4b_ctl.c - i4b system control port driver
* ------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sun Mar 17 09:49:24 2002]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/ioccom.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud