CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/13 11:36:04
Modified files:
usr.bin/netstat: inet.c
Log message:
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@
