summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-08 21:34:00 +0000
committerphk <phk@FreeBSD.org>2000-10-08 21:34:00 +0000
commita4f549597e4f1de22e1614caaad56127b519e00e (patch)
tree1860f0608a5e1d1647a4b799848d18efa3cfc199 /release/sysinstall
parentf2b5910f009d28be5159b8535af2d8628019a37f (diff)
downloadFreeBSD-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 'release/sysinstall')
-rw-r--r--release/sysinstall/keymap.c2
-rw-r--r--release/sysinstall/msg.c2
-rw-r--r--release/sysinstall/system.c2
-rw-r--r--release/sysinstall/termcap.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/keymap.c b/release/sysinstall/keymap.c
index 53b0761..3c53a00 100644
--- a/release/sysinstall/keymap.c
+++ b/release/sysinstall/keymap.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <machine/console.h>
+#include <sys/kbio.h>
struct keymapInfo {
const char *name;
diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c
index 499d705..19e16c5 100644
--- a/release/sysinstall/msg.c
+++ b/release/sysinstall/msg.c
@@ -37,7 +37,7 @@
#include "sysinstall.h"
#include <stdarg.h>
#include <sys/ioctl.h>
-#include <machine/console.h>
+#include <sys/consio.h>
Boolean
isDebug(void)
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index 6010e7a..0eec38a 100644
--- a/release/sysinstall/system.c
+++ b/release/sysinstall/system.c
@@ -20,7 +20,7 @@
#include <signal.h>
#include <termios.h>
#include <sys/reboot.h>
-#include <machine/console.h>
+#include <sys/consio.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
diff --git a/release/sysinstall/termcap.c b/release/sysinstall/termcap.c
index edac12e..78a78d6 100644
--- a/release/sysinstall/termcap.c
+++ b/release/sysinstall/termcap.c
@@ -16,7 +16,7 @@
#include <fcntl.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
-#include <machine/console.h>
+#include <sys/consio.h>
#define VTY_STATUS_LINE 24
#define TTY_STATUS_LINE 23
OpenPOWER on IntegriCloud