K 10 svn:author V 2 bz K 8 svn:date V 27 2019-04-19T17:28:38.024443Z K 7 svn:log V 270 MFC r344740: Fix compilation of world with WITHOUT_{INET,INET6}_SUPPORT or both set. Buildworld failed when both WITHOUT_INET6_SUPPORT and INET equivalent were set. Fix netstat and syslogd by applying appropriate #ifdef INET/INET6 to make world compile again. END