svn commit: r304895 - head/usr.bin/netstat
Bruce Evans
brde at optusnet.com.au
Sun Aug 28 19:15:08 UTC 2016
On Sun, 28 Aug 2016, hiren panchasara wrote:
> On 08/27/16 at 11:06P, Bruce Evans wrote:
>>
>> Log:
>> Fix build without INET6 and with gcc. A function definition was ifdefed
>> for INET6, but its protototype was not, and gcc detects the error.
>>
>> Modified:
>> head/usr.bin/netstat/route.c
>
> Thanks for the fix.
>
> Wouldn't stable/11 be broken in the same way?
Probably.
This only affects gcc users who omit INET6, and much more is broken for
stable/11 for gcc.
Bruce
More information about the svn-src-head
mailing list