summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
committerbde <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
commit117209856b858251ebd6fec048828125547e131f (patch)
treecdfa8045b602d9fd34543286b914f01f4b9ddc6e /sys/i386/isa/matcd
parent2652de9da3ad6362e6f6db93daf108da125fadf4 (diff)
downloadFreeBSD-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/matcd')
-rw-r--r--sys/i386/isa/matcd/matcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c
index 5ee59da..c374748 100644
--- a/sys/i386/isa/matcd/matcd.c
+++ b/sys/i386/isa/matcd/matcd.c
@@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95";
static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV";
/* The proceeding strings may not be changed*/
-/* $Id: matcd.c,v 1.22 1997/02/22 09:38:11 peter Exp $ */
+/* $Id: matcd.c,v 1.23 1997/03/23 03:35:32 bde Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@@ -352,7 +352,6 @@ static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank
#include <sys/cdio.h>
#include <sys/disklabel.h>
#include <sys/fcntl.h>
-#include <sys/ioctl.h>
#include <sys/proc.h>
#include "i386/isa/matcd/options.h" /*Conditional compile options
OpenPOWER on IntegriCloud