=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/if.c,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- src/usr.bin/netstat/if.c 2022/08/26 18:37:44 1.79 +++ src/usr.bin/netstat/if.c 2022/09/08 13:18:47 1.80 @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.79 2022/08/26 18:37:44 kn Exp $ */ +/* $OpenBSD: if.c,v 1.80 2022/09/08 13:18:47 kn Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* @@ -120,8 +120,6 @@ "Ipkts", if_errs->iname, "Opkts", if_errs->oname, "Colls"); } - if (tflag) - printf(" %s", "Time"); putchar('\n'); lim = buf + len; @@ -165,8 +163,6 @@ ifd->ifi_iqdrops); total += if_errs->count(ifd->ifi_oerrors, ifd->ifi_oqdrops); - if (tflag) - total += 0; // XXX ifnet.if_timer; if (total == 0) continue; } @@ -300,8 +296,6 @@ ifd->ifi_opackets, if_errs->count(ifd->ifi_oerrors, ifd->ifi_oqdrops), ifd->ifi_collisions); - if (tflag) - printf(" %4d", 0 /* XXX ifnet.if_timer */); putchar('\n'); }