diff options
author | bde <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
commit | 117209856b858251ebd6fec048828125547e131f (patch) | |
tree | cdfa8045b602d9fd34543286b914f01f4b9ddc6e /sys/i386/isa/mcd.c | |
parent | 2652de9da3ad6362e6f6db93daf108da125fadf4 (diff) | |
download | FreeBSD-src-117209856b858251ebd6fec048828125547e131f.zip FreeBSD-src-117209856b858251ebd6fec048828125547e131f.tar.gz |
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
it when it is not used. In most cases, the reasons for including it
went away when the special ioctl headers became self-sufficient.
Diffstat (limited to 'sys/i386/isa/mcd.c')
-rw-r--r-- | sys/i386/isa/mcd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/mcd.c b/sys/i386/isa/mcd.c index d48add7..0b87a27 100644 --- a/sys/i386/isa/mcd.c +++ b/sys/i386/isa/mcd.c @@ -40,7 +40,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mcd.c,v 1.85 1997/02/22 09:36:53 peter Exp $ + * $Id: mcd.c,v 1.86 1997/03/23 03:34:51 bde Exp $ */ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; @@ -55,7 +55,6 @@ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; #include <sys/proc.h> #include <sys/stat.h> #include <sys/uio.h> -#include <sys/ioctl.h> #include <sys/cdio.h> #include <sys/errno.h> #include <sys/dkbad.h> |