Remove useless -t
authorkn <kn@openbsd.org>
Thu, 8 Sep 2022 13:18:47 +0000 (13:18 +0000)
committerkn <kn@openbsd.org>
Thu, 8 Sep 2022 13:18:47 +0000 (13:18 +0000)
commitfa2622f284fb7eedcb68476008e6d8b5f6975568
tree5481a21ad5f3430e755de651ca517b2d736bb59f
parent6aeb87093896a2ab5fa682aadeb85b2586d56448
Remove useless -t

"Make if.c kvm free by fetching the interface stats via sysctl ..."
if.c r1.56 in 2008 neutered the -d and -t flags.

-d functionality was eventually restored with if.c r1.76 in 2015.

-t has been printing zeroes for over fourteen now; this cannot have been
useful to anyone and noone complained about a wrong watchdog timer values.

Remove -t entirely without printing a warning;  `netstat -t ...' now fails.

Feedback jsg
OK jsg bluhm
usr.bin/netstat/if.c
usr.bin/netstat/main.c
usr.bin/netstat/netstat.1
usr.bin/netstat/netstat.h