CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/11/06 14:31:24
Modified files: sys/net : if_pfsync.c Log message: get rid of pfsync_state_export. it wraps pf_state_export and has the same arguments and return type. pfsync can just call pf_state_export instead. ok clang