aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-02-15 08:28:34 +0000
committerBruce Evans <bde@FreeBSD.org>2002-02-15 08:28:34 +0000
commit89f37afac5dc34e925e10f1a69d42b3f260a3d25 (patch)
tree9796b8934e5e87535cd2574de70924b2a0707495 /sys/dev/digi
parentaf33f26465692501d9794b0d6c3ca9a4367a1f56 (diff)
downloadsrc-89f37afac5dc34e925e10f1a69d42b3f260a3d25.tar.gz
src-89f37afac5dc34e925e10f1a69d42b3f260a3d25.zip
#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
Notes
Notes: svn path=/head/; revision=90684
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 5c882b6529ff..0f0ce0046cf3 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>