CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2013/11/10 20:06:43

Modified files:
        sys/net        : bpf.c bpfdesc.h 

Log message:
replace the user of ticks in a condition like "interval + start < ticks"
with "ticks - start > interval" because the latter copes with the ticks
value wrapping.

pointed out by guenther@
ok krw@

Reply via email to