aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-07-28 16:03:13 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-07-28 16:03:13 +0000
commit14cc87e4796cc33dbe477084822b31d1292ff338 (patch)
tree396dd4540ec06a7738f7f49b42efaf5f6f7d8181 /usr.bin/netstat
parentf825dd29c275c9168a69c27759302a47483c51a8 (diff)
downloadsrc-14cc87e4796cc33dbe477084822b31d1292ff338.tar.gz
src-14cc87e4796cc33dbe477084822b31d1292ff338.zip
Use the length modifier 'll' instead of 'q' to print long longs.
Notes
Notes: svn path=/head/; revision=132799
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 7f11a54c2861..984f525dd536 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