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 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.
Home |
Main Index |
Thread Index |
Old Index