As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the
authorkrw <krw@openbsd.org>
Sat, 13 Aug 2016 17:36:04 +0000 (17:36 +0000)
committerkrw <krw@openbsd.org>
Sat, 13 Aug 2016 17:36:04 +0000 (17:36 +0000)
commit01a50f2d0cf238b9bebc5dee1f809b8c0b366e1e
tree698f5e37bb9b7742fe84fc7327b9f56837dd1a82
parentfd29bd4c19d0dc7c1edf8011928744bf3f42e5f7
As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the
proper printf() format is %ll[ud], not the antediluvian %q[ud].
Reminded by guenther@'s proposed retirement of quad types.

ok tedu@
usr.bin/netstat/inet.c