Subject: Re: CVS commit: src/sys/dev/pci
To: None <xtraeme@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 08/06/2007 08:00:57
> Module Name:	src
> Committed By:	xtraeme
> Date:		Sun Aug  5 22:48:36 UTC 2007
> 
> Modified Files:
> 	src/sys/dev/pci: ichsmb.c
> 
> Log Message:
> Use %zd to printf size_t.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/ichsmb.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

size_t is unsigned.

YAMAMOTO Takashi