Add declaration missing from previous bde's version

This commit is contained in:
Andrey A. Chernov 1994-04-03 12:25:57 +00:00
parent fd59ff8180
commit 9cc0e7b511
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1326
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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