commit | 93f1cc609c702a83e44da51cabdd353b20c24f79 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Thu Apr 30 18:16:44 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri May 15 16:43:41 2009 +1000 |
tree | db8f70733352bdb3775216367619d3f95eb5b656 | |
parent | ba10eedf5a3fba991563873d4cb65a067aa13f24 [diff] |
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>