diff options
author | phk <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
commit | a4f549597e4f1de22e1614caaad56127b519e00e (patch) | |
tree | 1860f0608a5e1d1647a4b799848d18efa3cfc199 /sys/compat | |
parent | f2b5910f009d28be5159b8535af2d8628019a37f (diff) | |
download | FreeBSD-src-a4f549597e4f1de22e1614caaad56127b519e00e.zip FreeBSD-src-a4f549597e4f1de22e1614caaad56127b519e00e.tar.gz |
Initiate deorbit burn sequence for <machine/console.h>.
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/linux/linux_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c index 234e502..e41d2ff 100644 --- a/sys/compat/linux/linux_ioctl.c +++ b/sys/compat/linux/linux_ioctl.c @@ -33,10 +33,12 @@ #include <sys/sysproto.h> #include <sys/proc.h> #include <sys/cdio.h> +#include <sys/consio.h> #include <sys/fcntl.h> #include <sys/file.h> #include <sys/filedesc.h> #include <sys/filio.h> +#include <sys/kbio.h> #include <sys/linker_set.h> #include <sys/malloc.h> #include <sys/tty.h> @@ -48,8 +50,6 @@ #include <sys/soundcard.h> #include <sys/disklabel.h> -#include <machine/console.h> - #include <machine/../linux/linux.h> #include <machine/../linux/linux_proto.h> #include <compat/linux/linux_ioctl.h> |