CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/25 00:05:08
Modified files:
sys/netinet : in.c
Log message:
Prepare in_ioctl() for further refactoring with the goal of merging the
two big switches in this function. Error out early in the default case
without grabbing the NET_LOCK() and move SIOCSIFNETMASK a bit up. This
will reduce the noise in an upcoming diff.
ok visa
