CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/12 03:34:00
Modified files:
sys/net : pf_lb.c
Log message:
revert last
KASSERT(x != 0) to prevent division by zero just after doesn't help anything,
division by 0 blows up nicely by itself with a very clear message.
excessive comments and things like useless KASSERTs just make it much harder
to follow the actual code. ok sashan
