Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



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@localhost
3am Software Foundry              www: http://3am-software.com/bio/matt/
Cupertino, CA              disclaimer: I avow all knowledge of this message.



Home | Main Index | Thread Index | Old Index