summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-07-28 16:03:13 +0000
committerstefanf <stefanf@FreeBSD.org>2004-07-28 16:03:13 +0000
commit7cdc27d942c90c6de3bea3b6dc6c8a1872052e2b (patch)
tree396dd4540ec06a7738f7f49b42efaf5f6f7d8181 /usr.bin/netstat
parentd0c237fd3c8db61a5ea4108aed735fe3198d27e3 (diff)
downloadFreeBSD-src-7cdc27d942c90c6de3bea3b6dc6c8a1872052e2b.zip
FreeBSD-src-7cdc27d942c90c6de3bea3b6dc6c8a1872052e2b.tar.gz
Use the length modifier 'll' instead of 'q' to print long longs.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/inet6.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index 7f11a54..984f525 100644
--- a/usr.bin/netstat/inet6.c
+++ b/usr.bin/netstat/inet6.c
@@ -909,12 +909,12 @@ icmp6_stats(u_long off __unused, const char *name, int af1 __unused)
p(icp6s_reflect, "\t%llu message response%s generated\n");
p(icp6s_nd_toomanyopt, "\t%llu message%s with too many ND options\n");
- p(icp6s_nd_badopt, "\t%qu message%s with bad ND options\n");
- p(icp6s_badns, "\t%qu bad neighbor solicitation message%s\n");
- p(icp6s_badna, "\t%qu bad neighbor advertisement message%s\n");
- p(icp6s_badrs, "\t%qu bad router solicitation message%s\n");
- p(icp6s_badra, "\t%qu bad router advertisement message%s\n");
- p(icp6s_badredirect, "\t%qu bad redirect message%s\n");
+ p(icp6s_nd_badopt, "\t%llu message%s with bad ND options\n");
+ p(icp6s_badns, "\t%llu bad neighbor solicitation message%s\n");
+ p(icp6s_badna, "\t%llu bad neighbor advertisement message%s\n");
+ p(icp6s_badrs, "\t%llu bad router solicitation message%s\n");
+ p(icp6s_badra, "\t%llu bad router advertisement message%s\n");
+ p(icp6s_badredirect, "\t%llu bad redirect message%s\n");
p(icp6s_pmtuchg, "\t%llu path MTU change%s\n");
#undef p
#undef p_5
OpenPOWER on IntegriCloud