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: dogcow
Date: Wed May 2 18:47:27 UTC 2007
Modified Files:
src/sys/dist/ipf/netinet: ip_nat.c ip_state.c
Log Message:
Instead of manually multiplying out the magic numbers, use * 15 / 10 instead
of * 1.5; this seems to placate the various compilers into not requiring fp.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/dist/ipf/netinet/ip_nat.c
cvs rdiff -r1.22 -r1.23 src/sys/dist/ipf/netinet/ip_state.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