summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/int16.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doscmd/int16.c')
-rw-r--r--usr.bin/doscmd/int16.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/doscmd/int16.c b/usr.bin/doscmd/int16.c
index 517e131..cdd0ccee 100644
--- a/usr.bin/doscmd/int16.c
+++ b/usr.bin/doscmd/int16.c
@@ -33,6 +33,7 @@
*/
#include "doscmd.h"
+#include "tty.h"
#define K_NEXT *(u_short *)0x41a
#define K_FREE *(u_short *)0x41c
@@ -77,8 +78,6 @@ sleep_poll(void)
void
int16(regcontext_t *REGS)
{
- int c;
-
if (!xmode && !raw_kbd) {
if (vflag) dump_regs(REGS);
fatal ("int16 func 0x%x only supported in X mode\n", R_AH);
OpenPOWER on IntegriCloud