mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Removed hack for older version of syscons (new version going in soon)
This commit is contained in:
parent
768e8947c6
commit
fa998562eb
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ static int wdtest = 0;
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
|
||||
* $Id: wd.c,v 1.11 1993/10/16 13:46:31 rgrimes Exp $
|
||||
* $Id: wd.c,v 1.23 1994/02/01 05:55:21 nate Exp $
|
||||
*/
|
||||
|
||||
/* TODO:
|
||||
|
|
@ -1364,7 +1364,7 @@ wddump(dev_t dev)
|
|||
extern caddr_t CADDR1;
|
||||
|
||||
/* Toss any characters present prior to dump. */
|
||||
while (sgetc(1) & 0xff) /* EWS: A hack to work with syscons */
|
||||
while (sgetc(1))
|
||||
;
|
||||
|
||||
/* Check for acceptable device. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue