summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 16:45:28 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 16:45:28 +0000
commit4fd86c31a68db2afdb9eea2b40d86e0a7c7c16e5 (patch)
tree3404553a0514cfa5d6b64a06ff05151682b2c052 /usr.sbin/pstat
parent60b8b4c557e2d5051a205c05888f4985cd4c1f4c (diff)
downloadFreeBSD-src-4fd86c31a68db2afdb9eea2b40d86e0a7c7c16e5.zip
FreeBSD-src-4fd86c31a68db2afdb9eea2b40d86e0a7c7c16e5.tar.gz
Don't report TABLDISC - it "doesn't happen(TM)"
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index ed5f007..2ab1649 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -862,9 +862,6 @@ ttyprt(tp, line)
case NTTYDISC:
(void)printf("ntty\n");
break;
- case TABLDISC:
- (void)printf("tab\n");
- break;
case SLIPDISC:
(void)printf("slip\n");
break;
OpenPOWER on IntegriCloud