From 9ce6a2e6b56bf199a64aff5b50c5ce9bafc6d4a3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Jan 2000 16:45:28 +0000 Subject: [PATCH] Don't report TABLDISC - it "doesn't happen(TM)" --- usr.sbin/pstat/pstat.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index ed5f0074195..2ab1649a60e 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;