Subject: CVS commit: src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/09/2005 08:21:27
Module Name:	src
Committed By:	he
Date:		Wed Feb  9 08:21:27 UTC 2005

Modified Files:
	src/sys/dist/ipf/netinet: ip_proxy.c

Log Message:
One can't portably print a size_t with an %u format directive.
Since this might be in the kernel, cast to unsigned int before printing.
Fixes build problem for amd64 (and presumably also our other LP64 ports).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dist/ipf/netinet/ip_proxy.c

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