aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:47:28 +0200
committerHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:47:28 +0200
commit3cb133d27daf11e77fe48d44e1ce639711f903de (patch)
treedc4b26391e4376d0e7090639765a2a7f51bc25e4 /src/hci
parentac1e0aa63edcc5af3178e1f49a7b104adc018e1a (diff)
downloadipxe-3cb133d27daf11e77fe48d44e1ce639711f903de.tar.gz
make bool m_echo static
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 a68cf26a..8f46bf67 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
*/
-bool m_echo;
+static bool m_echo;
bool m_cbreak;
#if 0