CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/28 01:17:53
Modified files:
sbin/pfctl : pfctl_osfp.c
Log message:
print_ioctl() is unused if not debugging. Found with clang, after
marking the function "static". Use OSFP_DEBUG, in a similar
fashion to OPT_DEBUG (pfctl_optimize.c).
OK bluhm@
