Re: [PATCH] ppc32: fix mktree utility in 64-bit cross-compileenvironment

From: Hollis Blanchard
Date: Wed Aug 04 2004 - 10:53:22 EST


On Tue, 2004-08-03 at 17:01, Zink, Dan wrote:
> --- arch/ppc/boot/utils/mktree.c.old 2004-08-03 16:31:09.568992888
> -0500
> +++ arch/ppc/boot/utils/mktree.c 2004-08-03 16:32:26.773256056
> -0500
> @@ -15,19 +15,20 @@
> #include <sys/stat.h>
> #include <unistd.h>
> #include <netinet/in.h>
> +#include <asm/types.h>

You'll notice we don't include any other <asm/*> headers; this tool can
be built standalone.

Is there a reason not to use <stdint.h> and uint32_t?

--
Hollis Blanchard
IBM Linux Technology Center

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/