Home
last modified time | relevance | path

Searched hist:d7c67a2e93334f7d290ba5fc2b2129b9d8ecd84f (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/kconfig/
H A Dnconf.cdiff d7c67a2e93334f7d290ba5fc2b2129b9d8ecd84f Tue Jun 12 02:29:41 CEST 2012 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 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>