david/ipxe
Archived
1
0

Revert "make bool m_echo static" - I suspect this to be defined by spec

This reverts commit 3cb133d27d.
This commit is contained in:
Michael Brown 2007-07-28 22:52:20 +01:00
parent 52e5c24565
commit 3e816c3d56

View File

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