CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/03/23 11:36:09
Modified files: sys/net : pf_ioctl.c Log message: Use goto fail consistently to leave the giant switch in pfioctl(). To terminate inner switches and loops, break is used. This makes it easier to reason whereto the code jumps. no binary change; OK millert@ sashan@