When calling netstat -Laptcp the local address values are not aligned
authortuexen <tuexen@FreeBSD.org>
Fri, 15 Jul 2016 17:40:34 +0000 (17:40 +0000)
committertuexen <tuexen@FreeBSD.org>
Fri, 15 Jul 2016 17:40:34 +0000 (17:40 +0000)
commit7df95e052cf5fca0ccc995e0e0481eb88a3ee5e4
tree2b434efabe1a1bbb99068ff7284be7a9fe34fa81
parent7a18a4b31678c6e324d6f8a1897eb16aad6f74af
When calling netstat -Laptcp the local address values are not aligned
with the corresponding entry in the table header.
r295136 increased the value width from 14 to 32 without the corresponding
change to the table header. This commit adds the change to the table
header width.

MFC after: 3 days
usr.bin/netstat/inet.c