diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-23 17:45:11 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-23 17:45:11 +0000 |
| commit | f41f949d09ee73fda2c37b2f638a776a0e3bbdef (patch) | |
| tree | 2d6552bb27e372ecdc48de66b90687e26045baa9 /usr.bin/netstat/if.c | |
| parent | d6a8296aed8031613815a13d7c59344b8d3915ab (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat/if.c')
| -rw-r--r-- | usr.bin/netstat/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 32a8eaad5b337..e1592ba07a46d 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -98,7 +98,7 @@ bdg_stats(u_long dummy, char *name) /* print bridge statistics */ "Name In Out Forward Drop Bcast Mcast Local Unknown\n"); for (i = 0 ; i < 16 ; i++) { if (s.s[i].name[0]) - printf("%-6s %9d%9d%9d%9d%9d%9d%9d%9d\n", + printf("%-6s %9ld%9ld%9ld%9ld%9ld%9ld%9ld%9ld\n", s.s[i].name, s.s[i].p_in[(int)BDG_IN], s.s[i].p_in[(int)BDG_OUT], |
