summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-15 08:28:34 +0000
committerbde <bde@FreeBSD.org>2002-02-15 08:28:34 +0000
commit43231742529f1e471666d17109045f321bbf9d14 (patch)
tree9796b8934e5e87535cd2574de70924b2a0707495 /sys/dev/digi
parent0df6a3f7a62b6345231bd417df64332f036df022 (diff)
downloadFreeBSD-src-43231742529f1e471666d17109045f321bbf9d14.zip
FreeBSD-src-43231742529f1e471666d17109045f321bbf9d14.tar.gz
#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
Diffstat (limited to 'sys/dev/digi')
-rw-r--r--sys/dev/digi/digi.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud