Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Jesse Off <joff@netbsd.org>
List: source-changes
Date: 01/24/2005 22:40:00
Module Name:	src
Committed By:	joff
Date:		Mon Jan 24 22:40:00 UTC 2005

Modified Files:
	src/sys/dev/usb: if_atu.c

Log Message:
It seems on some archs size_t is unsigned int and on others size_t is
unsigned long.  Cast sizeof() to unsigned long in printf()'s so it can
always work regardless.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/usb/if_atu.c

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