]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 344740:
authorbz <bz@FreeBSD.org>
Fri, 19 Apr 2019 17:29:20 +0000 (17:29 +0000)
committerbz <bz@FreeBSD.org>
Fri, 19 Apr 2019 17:29:20 +0000 (17:29 +0000)
commit1fe299166dce79394838e2eca21e6e9d417b60f4
treecf10df5aafe5dbf911dbd19066e1bbf7498045f9
parenta29beb9e01989ab7b769c2e9341e9692d1114e9b
MFC 344740:

  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.
usr.bin/netstat/inet.c
usr.sbin/syslogd/syslogd.c