From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [PATCH] fix tool pygrub build on x64 Date: Mon, 16 May 2005 23:33:50 +0200 Message-ID: <20050516213350.GA15759@snarc.org> References: <1116270934.4807.92.camel@thinkpad> <20050516211310.GA15474@snarc.org> <1116278554.4807.94.camel@thinkpad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1116278554.4807.94.camel@thinkpad> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jerone Young Cc: xen-devel , Vincent Hanquez List-Id: xen-devel@lists.xenproject.org On Mon, May 16, 2005 at 04:22:33PM -0500, Jerone Young wrote: > Maybe on i386 but not x86-64. you can just try the following program and prove that size_t is an unsigned long: int main(int argc, char **argv) { printf("%d\n", sizeof(size_t)); } -- Vincent Hanquez