CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 05:30:06
Modified files:
sys/net : pf_ioctl.c
Log message:
the range checks are not needed because both members
(statelim and sourcelim) are uint8_t, they implicitly
fit desired range <0, 255>. Unbreaks gcc build.
Pointed out by deraadt@
OK deraadt@
