diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-08-17 03:15:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 10:40:08 +0100 |
commit | fc89bfa89aa785871f7999f2835dbcea06e2823b (patch) | |
tree | f27e55755bc98c059fcde2df479596d7435065ff /scripts/lib | |
parent | 5dc1700ec6ff15aefb8ca540e5b7d3e89a14945b (diff) | |
download | openembedded-core-fc89bfa89aa785871f7999f2835dbcea06e2823b.tar.gz openembedded-core-fc89bfa89aa785871f7999f2835dbcea06e2823b.tar.bz2 openembedded-core-fc89bfa89aa785871f7999f2835dbcea06e2823b.zip |
mc: unify curses initialization
Since ncurses upgraded to 6.0+20170715, it compile failed
...
| ../../../mc-4.8.19/lib/tty/tty-ncurses.c:199:13: error: dereferencing
pointer to incomplete type 'TERMINAL {aka struct term}'
| cur_term->Nttyb.c_cc[VINTR] = CTRL ('g'); /* ^g */
| ^~
...
Backport a patch from upstream fixed the issue.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions