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/linux/linux_misc.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/linux/linux_misc.c')
-rw-r--r-- | sys/i386/linux/linux_misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 706e83d..7d5bd59 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.24 1997/02/22 09:38:23 peter Exp $ + * $Id: linux_misc.c,v 1.25 1997/03/23 03:36:04 bde Exp $ */ #include <sys/param.h> @@ -38,7 +38,6 @@ #include <sys/dirent.h> #include <sys/fcntl.h> #include <sys/filedesc.h> -#include <sys/ioctl.h> #include <sys/imgact_aout.h> #include <sys/mount.h> #include <sys/namei.h> |