CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/05/31 10:34:40
Modified files: sys/netinet : in.c Log message: Re-commit the correct half of revision 1.154: Some more code shuffling to get rid of one switch in in_ioctl(). This way there is one case for each of SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK, starting with a privilege check before any global data is modified. ok visa