http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ac1e0aa
)
make bool m_echo static
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:47:28 +0000
(21:47 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:47:28 +0000
(21:47 +0200)
src/hci/mucurses/kb.c
patch
|
blob
|
history
diff --git
a/src/hci/mucurses/kb.c
b/src/hci/mucurses/kb.c
index
a68cf26
..
8f46bf6
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
*/
-bool m_echo;
+
static
bool m_echo;
bool m_cbreak;
#if 0