diff options
Diffstat (limited to 'sys/dev/matcd/matcd.c')
-rw-r--r-- | sys/dev/matcd/matcd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/matcd/matcd.c b/sys/dev/matcd/matcd.c index ee266e6..9287dc2 100644 --- a/sys/dev/matcd/matcd.c +++ b/sys/dev/matcd/matcd.c @@ -489,7 +489,6 @@ End of Edit History Version_d[ c](d)_dd-mmm-yyyy */ static char MATCDVERSION[]="Version 3(42) 10-May-2003"; -/* $FreeBSD$ */ @@ -531,6 +530,9 @@ static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995,2002,2 /* Flags in the if_state array */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #define BUSBUSY 0x01 /*<18>Bus is already busy*/ /* Error classes returned by chk_error()*/ |