Subject: Re: CVS commit: src/sys/dev/pci
To: None <he@netbsd.org>
From: Matt Thomas <matt@3am-software.com>
List: source-changes
Date: 04/15/2006 09:42:34
Havard Eidnes wrote:
> Module Name:	src
> Committed By:	he
> Date:		Sat Apr 15 16:36:03 UTC 2006
> 
> Modified Files:
> 	src/sys/dev/pci: amr.c
> 
> Log Message:
> The type returned by __arraycount() is a size_t, not an int, so print it
> with %zd and not %d.

Actually, size_t is unsigned so that should be %zu


-- 
Matt Thomas                     email: matt@3am-software.com
3am Software Foundry              www: http://3am-software.com/bio/matt/
Cupertino, CA              disclaimer: I avow all knowledge of this message.