From: Holger Lubitz Date: Fri, 27 Jul 2007 19:47:28 +0000 (+0200) Subject: make bool m_echo static X-Git-Tag: v0.9.3~159^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cb133d27daf11e77fe48d44e1ce639711f903de;p=thirdparty%2Fipxe.git make bool m_echo static --- diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index a68cf26a7..8f46bf67b 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