Re: buildworld broken due to INET6 not being set

2023-07-05 Thread Gary Jennejohn
On Tue, 4 Jul 2023 16:48:10 + Gary Jennejohn wrote: > buildworld breaks because I do not have INET6 defined: > > /usr/src/sbin/ping/main.c:76:7: error: variable 'ipv4' set but not used > [-Werror,-Wunused-but-set-variable] > bool ipv4 = false; > ^ > 1 error generated. >

buildworld broken due to INET6 not being set

2023-07-04 Thread Gary Jennejohn
buildworld breaks because I do not have INET6 defined: /usr/src/sbin/ping/main.c:76:7: error: variable 'ipv4' set but not used [-Werror,-Wunused-but-set-variable] bool ipv4 = false; ^ 1 error generated. ipv4 is set in various places but it's _used_ only bracketed in #if