diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
| commit | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch) | |
| tree | 250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/scsi/cd.c | |
| parent | cb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff) | |
Notes
Diffstat (limited to 'sys/scsi/cd.c')
| -rw-r--r-- | sys/scsi/cd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index ca5a311e49257..976c37aa42234 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: cd.c,v 1.79 1997/03/23 03:37:23 bde Exp $ + * $Id: cd.c,v 1.80 1997/03/23 06:33:44 bde Exp $ */ #include "opt_bounce.h" @@ -29,7 +29,6 @@ #include <sys/conf.h> #include <sys/fcntl.h> #include <sys/stat.h> -#include <sys/ioctl.h> #include <sys/buf.h> #include <sys/uio.h> #include <sys/malloc.h> |
