Searched hist:"93 f1cc609c702a83e44da51cabdd353b20c24f79" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/boot/ |
H A D | mktree.c | diff 93f1cc609c702a83e44da51cabdd353b20c24f79 Thu Apr 30 20:16:44 CEST 2009 Timur Tabi <timur@freescale.com> 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 <timur@freescale.com> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|