git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5701
)
kconfig/nconf: fix compile with ncurses reentrant API
author
Yaakov Selkowitz
<yselkowitz@users.sourceforge.net>
Tue, 12 Jun 2012 00:29:41 +0000
(19:29 -0500)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 4 Jul 2012 16:23:48 +0000
(18:23 +0200)
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>
No differences found