CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/27 12:33:21
Modified files:
sys/net : if_pfsync.c
Log message:
Remove useless splnet()/splx() dances.
pfsyncioctl() is executed with the NET_LOCK() held which is enough.
ok sashan@
