Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dist/ipf/netinet
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.
Home |
Main Index |
Thread Index |
Old Index