summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-04-03 12:25:57 +0000
committerache <ache@FreeBSD.org>1994-04-03 12:25:57 +0000
commit7f6867dd0f4b3f33c73266ba4ad5b22e4f4ad5e7 (patch)
tree848d77505d5adbe98551f2e56df1e8bfc4e183ab /sys/dev/sio/sio.c
parentcf1e229f6616a75ef4e190a0b66a48c9014a7a5d (diff)
downloadFreeBSD-src-7f6867dd0f4b3f33c73266ba4ad5b22e4f4ad5e7.zip
FreeBSD-src-7f6867dd0f4b3f33c73266ba4ad5b22e4f4ad5e7.tar.gz
Add declaration missing from previous bde's version
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index ceb14da..b09a702 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.40 1994/03/26 13:40:18 ache Exp $
+ * $Id: sio.c,v 1.43 1994/04/03 11:41:11 ache Exp $
*/
#include "sio.h"
@@ -941,6 +941,7 @@ siointr(unit)
siointr1(com_addr(unit));
#else /* COM_MULTIPORT */
bool_t possibly_more_intrs;
+ struct com_s *com;
/*
* Loop until there is no activity on any port. This is necessary
OpenPOWER on IntegriCloud