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/dev/dgb | |
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/dev/dgb')
-rw-r--r-- | sys/dev/dgb/dgb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index 10f7728..cdabe71 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.23 1997/02/22 09:29:42 peter Exp $ + * dgb.c $Id: dgb.c,v 1.24 1997/03/23 03:33:56 bde Exp $ * * Digiboard driver. * @@ -45,7 +45,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/reboot.h> -#include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> #include <sys/conf.h> |