freebsd-dev/sys/netpfil
Don Lewis fe4b5f6659 Cast some expressions that multiply a long long constant by a
floating point constant to int64_t.  This avoids the runtime
conversion of the the other operand in a set of comparisons from
int64_t to floating point and doing the comparisions in floating
point.

Suggested by:	lidl
Submitted by:	Rasool Al-Saadi <ralsaadi@swin.edu.au>
MFC after:	2 weeks (with r300779)
2016-05-29 07:23:56 +00:00
..
ipfw Cast some expressions that multiply a long long constant by a 2016-05-29 07:23:56 +00:00
pf pf: Fix more ICMP mistranslation 2016-05-23 13:59:48 +00:00