mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add declaration missing from previous bde's version
This commit is contained in:
parent
fd59ff8180
commit
9cc0e7b511
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1326
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user