diff options
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r-- | sys/dev/dpt/dpt_scsi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index 4ae2cc8..533ac93 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -27,6 +27,7 @@ * SUCH DAMAGE. */ +#ident "$FreeBSD$" #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); @@ -46,8 +47,6 @@ __FBSDID("$FreeBSD$"); * arrays that span controllers (Wow!). */ -#ident "$FreeBSD$" - #define _DPT_C_ #include "opt_dpt.h" |