diff options
author | Michael Brown | 2007-07-28 23:52:20 +0200 |
---|---|---|
committer | Michael Brown | 2007-07-28 23:52:20 +0200 |
commit | 3e816c3d569c28d1e6335063775d54d623e34e13 (patch) | |
tree | 5e32ef00125ab14dd4899a1a172d7aaba0a4955a /src/hci/mucurses | |
parent | Revert "make isspace static" - prototype for isspace() is defined by C99, so ... (diff) | |
download | ipxe-3e816c3d569c28d1e6335063775d54d623e34e13.tar.gz ipxe-3e816c3d569c28d1e6335063775d54d623e34e13.tar.xz ipxe-3e816c3d569c28d1e6335063775d54d623e34e13.zip |
Revert "make bool m_echo static" - I suspect this to be defined by spec
This reverts commit 3cb133d27daf11e77fe48d44e1ce639711f903de.
Diffstat (limited to 'src/hci/mucurses')
-rw-r--r-- | src/hci/mucurses/kb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index 8f46bf67..a68cf26a 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 |