From: Yaakov Selkowitz Date: Tue, 12 Jun 2012 00:29:41 +0000 (-0500) Subject: kconfig/nconf: fix compile with ncurses reentrant API X-Git-Tag: v3.6-rc1~53^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c67a2e93334f7d290ba5fc2b2129b9d8ecd84f;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed