Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/16/2007 15:55:39
Module Name:	src
Committed By:	dyoung
Date:		Mon Jul 16 15:55:39 UTC 2007

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

Log Message:
Use printf("%zx", arg) instead of printf("%lx", (unsigned long)arg).
Use __arraycount().


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 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.