Subject: re: CVS commit: src/sys/dist/ipf/netinet
To: None <dogcow@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 05/02/2007 14:51:04
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.
i wonder if the original intent could be better preserved by changing
this to "* 3 / 2"?
.mrg.