summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskslice.c
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/kern/subr_diskslice.c
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/kern/subr_diskslice.c')
-rw-r--r--sys/kern/subr_diskslice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_diskslice.c b/sys/kern/subr_diskslice.c
index f9648e0..44e01b0 100644
--- a/sys/kern/subr_diskslice.c
+++ b/sys/kern/subr_diskslice.c
@@ -43,7 +43,7 @@
* from: wd.c,v 1.55 1994/10/22 01:57:12 phk Exp $
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
- * $Id$
+ * $Id: subr_diskslice.c,v 1.35 1997/02/22 09:39:15 peter Exp $
*/
#include <sys/param.h>
@@ -56,7 +56,6 @@
#include <sys/diskslice.h>
#include <sys/dkbad.h>
#include <sys/fcntl.h>
-#include <sys/ioctl.h>
#include <sys/malloc.h>
#include <sys/stat.h>
#include <sys/syslog.h>
OpenPOWER on IntegriCloud