From 43231742529f1e471666d17109045f321bbf9d14 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 15 Feb 2002 08:28:34 +0000 Subject: #include "opt_compat.h" so that the support for old ioctls can actually be compiled. Old tty ioctls are still used (possibly ifdef'ed) in at least the following programs in the src tree: atc des ee fontedit gdb gdbserver lock ntp perl5 tcsh telnet top vttest rp.c: Unremoved used variables so that the support for old ioctls actually compiles. Not tested at runtime by: bde --- sys/dev/digi/digi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/digi') diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c index 5c882b6..0f0ce00 100644 --- a/sys/dev/digi/digi.c +++ b/sys/dev/digi/digi.c @@ -35,6 +35,8 @@ * Test with *LOTS* more cards - I only have a PCI8r and an ISA Xem. */ +#include "opt_compat.h" + #include #include #include -- cgit v1.1