diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-25 11:35:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-25 11:35:33 +0000 |
commit | cf129a78e19c51cae5e0dcb02628e09c4ef90191 (patch) | |
tree | 2bca35cd98b7ca9f26d47270e6606beda74c852a /sys | |
parent | 25d7387c79e10db3f74f1a5dc201f04ccf9f266b (diff) |
fix; pr#38; kstailey@dol-esa.gov
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/bt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/isa/bt.c b/sys/dev/isa/bt.c index 311e1790c1e..405a8105339 100644 --- a/sys/dev/isa/bt.c +++ b/sys/dev/isa/bt.c @@ -827,7 +827,9 @@ bt_find(ia, sc) u_char sts; struct bt_extended_inquire inquire; struct bt_config config; +#if NAHA > 0 struct bt_digit digit; +#endif int irq, drq; /* |