mirror of https://github.com/ipxe/ipxe.git
Revert "make bool m_echo static" - I suspect this to be defined by spec
This reverts commit 3cb133d27d
.
pull/1/head
parent
52e5c24565
commit
3e816c3d56
|
@ -16,7 +16,7 @@ int m_delay; /*
|
|||
0 : non-blocking read
|
||||
> 0 : timed blocking read
|
||||
*/
|
||||
static bool m_echo;
|
||||
bool m_echo;
|
||||
bool m_cbreak;
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in New Issue