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: Release-2010-05/1~3^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eeecc3de646e284baa2a9b754d4f7ab53b633a1;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