On Tue, May 05, 2009 at 12:48:31PM +0000, Christoph Egger wrote: > Module Name: src > Committed By: cegger > Date: Tue May 5 12:48:31 UTC 2009 > > Modified Files: > src/sys/nfs: nfs_bootdhcp.c > > Log Message: > buildfix: use %d for BOOTP_SIZE_(MIN,MAX). > Makes i386 ALL kernel build again.
This is wrong; the values are of type size_t and should be printed with %zu. -- David A. Holland dholl...@netbsd.org