mav 2008-03-27 20:04:20 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_car.c
Log:
Switch from timeval to bintime, to use 1/(2^20) of seconds instead of
microseconds. It allows to use bit shifts instead of some heavy 64bit
mul/div math operations.
Revision Changes Path
1.6 +23 -22 src/sys/netgraph/ng_car.c