diff options
Diffstat (limited to 'usr.bin/systat/tcp.c')
-rw-r--r-- | usr.bin/systat/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index a758f15..d247bf2 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -227,7 +227,7 @@ domode(struct tcpstat *ret) DO(tcps_listendrop); #undef DO } - + void showtcp(void) { |