Subject: CVS commit: [netbsd-4] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 07/06/2007 13:42:02
Module Name:	src
Committed By:	liamjfoy
Date:		Fri Jul  6 13:42:02 UTC 2007

Modified Files:
	src/sys/dev/pci [netbsd-4]: if_wpi.c

Log Message:
Pull up following revision(s) (requested by pooka in ticket #756)
	sys/dev/pci/if_wpi.c:	revision 1.11

wsize is size_t = unsigned and should be printed with %zu instead
of %zd. cosmetics for PR 36591 by khorben.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 src/sys/dev/pci/if_wpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.