Subject: PR/36591 CVS commit: [netbsd-4] src/sys/dev/pci
To: None <port-amd64-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: netbsd-bugs
Date: 07/06/2007 13:45:01
The following reply was made to PR port-amd64/36591; it has been noted by GNATS.

From: "Liam J. Foy" <liamjfoy@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36591 CVS commit: [netbsd-4] src/sys/dev/pci
Date: Fri,  6 Jul 2007 13:42:02 +0000 (UTC)

 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.