summaryrefslogtreecommitdiffstats
path: root/sys/dev/matcd/matcd_isa.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
committerobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
commitc63dab466c1f033b389bd6ea609f595059544212 (patch)
tree42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/matcd/matcd_isa.c
parentfb9845a19e4bbed8172870281b730ff77f07b9be (diff)
downloadFreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.zip
FreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.tar.gz
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/dev/matcd/matcd_isa.c')
-rw-r--r--sys/dev/matcd/matcd_isa.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/matcd/matcd_isa.c b/sys/dev/matcd/matcd_isa.c
index a3a81bd..7e81a52 100644
--- a/sys/dev/matcd/matcd_isa.c
+++ b/sys/dev/matcd/matcd_isa.c
@@ -1,4 +1,4 @@
-/*matcd_isa.c----------------------------------------------------------------
+/*- matcd_isa.c---------------------------------------------------------------
Matsushita(Panasonic) / Creative CD-ROM Driver (matcd)
Authored by Frank Durda IV
@@ -34,10 +34,8 @@ SUCH DAMAGE.
-----------------------------------------------------------------------------*/
-/* $FreeBSD$
-*/
-
-/*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud