From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267320AbUHDPub (ORCPT ); Wed, 4 Aug 2004 11:50:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267319AbUHDPua (ORCPT ); Wed, 4 Aug 2004 11:50:30 -0400 Received: from pixpat.austin.ibm.com ([192.35.232.241]:36429 "EHLO zircon.austin.ibm.com") by vger.kernel.org with ESMTP id S267316AbUHDPuM (ORCPT ); Wed, 4 Aug 2004 11:50:12 -0400 Subject: Re: [PATCH] ppc32: fix mktree utility in 64-bit cross-compile environment From: Hollis Blanchard To: "Zink, Dan" Cc: akpm@osdl.org, linuxppc-dev@lists.linuxppc.org, linux-kernel@vger.kernel.org In-Reply-To: <8C91B010B3B7994C88A266E1A72184D306BEFD8F@cceexc19.americas.cpqcorp.net> References: <8C91B010B3B7994C88A266E1A72184D306BEFD8F@cceexc19.americas.cpqcorp.net> Content-Type: text/plain Message-Id: <1091634312.24091.11.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 04 Aug 2004 10:45:13 -0500 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 > #include > #include > +#include You'll notice we don't include any other headers; this tool can be built standalone. Is there a reason not to use and uint32_t? -- Hollis Blanchard IBM Linux Technology Center