From: Timur Tabi Date: Thu, 30 Apr 2009 18:16:44 +0000 (+0000) Subject: powerpc: Fix mktree build error on Mac OS X host X-Git-Tag: linux-omap-v2.6.30-rc6~10^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93f1cc609c702a83e44da51cabdd353b20c24f79;p=pandora-kernel.git powerpc: Fix mktree build error on Mac OS X host The mktree utility defines some variables as "uint", although this is not a standard C type, and so cross-compiling on Mac OS X fails. Change this to "unsigned int". Signed-off-by: Timur Tabi Acked-by: Josh Boyer Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed