http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e5c24
)
Revert "make bool m_echo static" - I suspect this to be defined by spec
author
Michael Brown
<mcb30@etherboot.org>
Sat, 28 Jul 2007 21:52:20 +0000
(22:52 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 28 Jul 2007 21:52:20 +0000
(22:52 +0100)
This reverts commit
3cb133d27daf11e77fe48d44e1ce639711f903de
.
src/hci/mucurses/kb.c
patch
|
blob
|
history
diff --git
a/src/hci/mucurses/kb.c
b/src/hci/mucurses/kb.c
index
8f46bf6
..
a68cf26
100644
(file)
--- 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