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 02:59:55
Module Name: src
Committed By: dogcow
Date: Wed May 2 02:59:55 UTC 2007
Modified Files:
src/sys/dist/ipf/netinet: ip_nat.c ip_state.c
Log Message:
gcc is too clueless on some platforms to tell that
(number divisible by 2 * 1.5) is an int, and thus fails spectacularly
at either link or compile time. replace exprs with their int values.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/dist/ipf/netinet/ip_nat.c
cvs rdiff -r1.21 -r1.22 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.