mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 18:40:24 +03:00
Revert "make bool m_echo static" - I suspect this to be defined by spec
This reverts commit 3cb133d27d.
This commit is contained in:
@@ -16,7 +16,7 @@ int m_delay; /*
|
|||||||
0 : non-blocking read
|
0 : non-blocking read
|
||||||
> 0 : timed blocking read
|
> 0 : timed blocking read
|
||||||
*/
|
*/
|
||||||
static bool m_echo;
|
bool m_echo;
|
||||||
bool m_cbreak;
|
bool m_cbreak;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|||||||
Reference in New Issue
Block a user