diff options
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r-- | sys/scsi/cd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 85ea941a7ac..3428b5f0e82 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.c,v 1.82 2005/06/03 15:50:10 krw Exp $ */ +/* $OpenBSD: cd.c,v 1.83 2005/06/03 17:29:55 krw Exp $ */ /* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */ /* @@ -76,8 +76,6 @@ #include <ufs/ffs/fs.h> /* for BBSIZE and SBSIZE */ -#include "cdvar.h" - #define CDOUTSTANDING 4 #define CDUNIT(z) DISKUNIT(z) |