Subject: CVS commit: src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: Tom Spindler <dogcow@netbsd.org>
List: source-changes
Date: 05/02/2007 18:47:27
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.