aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ccd
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-24 11:25:10 +0000
commitfce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch)
tree250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/dev/ccd
parentcb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff)
downloadsrc-fce002fdef3780b4b80bfe0ba6d126bfc10130e9.tar.gz
src-fce002fdef3780b4b80bfe0ba6d126bfc10130e9.zip
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.
Notes
Notes: svn path=/head/; revision=24203
Diffstat (limited to 'sys/dev/ccd')
-rw-r--r--sys/dev/ccd/ccd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index 3b8e6a408367..59738788360c 100644
--- a/sys/dev/ccd/ccd.c
+++ b/sys/dev/ccd/ccd.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: ccd.c,v 1.21 1997/02/22 09:28:56 peter Exp $ */
/* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */
@@ -104,7 +104,6 @@
#include <sys/namei.h>
#include <sys/conf.h>
#include <sys/stat.h>
-#include <sys/ioctl.h>
#include <sys/disklabel.h>
#include <ufs/ffs/fs.h>
#include <sys/device.h>