mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
make bool m_echo static
This commit is contained in:
@@ -16,7 +16,7 @@ int m_delay; /*
|
||||
0 : non-blocking read
|
||||
> 0 : timed blocking read
|
||||
*/
|
||||
bool m_echo;
|
||||
static bool m_echo;
|
||||
bool m_cbreak;
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user