From: Justin P. Mattock Date: Sat, 7 Mar 2009 12:31:29 +0000 (+0100) Subject: kbuild: fix C libary confusion in unifdef.c due to getline() X-Git-Tag: v2.6.29-rc8~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7;p=pandora-kernel.git kbuild: fix C libary confusion in unifdef.c due to getline() This fixes an error when compiling the kernel. CHK include/linux/version.h HOSTCC scripts/unifdef scripts/unifdef.c:209: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make[1]: *** [scripts/unifdef] Error 1 make: *** [__headers] Error 2 Signed-off-by: Justin P. Mattock Cc: Frederic Weisbecker Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed