aboutsummaryrefslogtreecommitdiff
path: root/src/hci
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-07-28 22:52:20 +0100
committerMichael Brown <mcb30@etherboot.org>2007-07-28 22:52:20 +0100
commit3e816c3d569c28d1e6335063775d54d623e34e13 (patch)
tree5e32ef00125ab14dd4899a1a172d7aaba0a4955a /src/hci
parent52e5c245652a3c71a43b00d2ea21e8aa6697a17c (diff)
downloadipxe-3e816c3d569c28d1e6335063775d54d623e34e13.zip
ipxe-3e816c3d569c28d1e6335063775d54d623e34e13.tar.gz
ipxe-3e816c3d569c28d1e6335063775d54d623e34e13.tar.bz2
Revert "make bool m_echo static" - I suspect this to be defined by spec
This reverts commit 3cb133d27daf11e77fe48d44e1ce639711f903de.
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/mucurses/kb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c
index 8f46bf6..a68cf26 100644
--- a/src/hci/mucurses/kb.c
+++ b/src/hci/mucurses/kb.c
@@ -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