OSDN Git Service

kconfig/nconf: fix compile with ncurses reentrant API
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Tue, 12 Jun 2012 00:29:41 +0000 (19:29 -0500)
committerMichal Marek <mmarek@suse.cz>
Wed, 4 Jul 2012 16:23:48 +0000 (18:23 +0200)
commitd7c67a2e93334f7d290ba5fc2b2129b9d8ecd84f
tree4f4e778d103d4832c9dafa8c7f19111a39b76b2c
parentf8f5701bdaf9134b1f90e5044a82c66324d2073f
kconfig/nconf: fix compile with ncurses reentrant API

ESCDELAY is a global variable which is replaced by getter and setter
functions with NCURSES_REENTRANT.  This fixes the following error:

nconf.c: In function ‘main’:
nconf.c:1506:2: error: lvalue required as left operand of assignment

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/nconf.c