From 60b8b4c557e2d5051a205c05888f4985cd4c1f4c Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jan 2000 16:44:08 +0000 Subject: Don't report the tablet line discipline, it "doesn't happen (TM)" --- bin/stty/print.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') diff --git a/bin/stty/print.c b/bin/stty/print.c index ce479f5..a0149c2 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -72,9 +72,6 @@ print(tp, wp, ldisc, fmt) /* Line discipline. */ if (ldisc != TTYDISC) { switch(ldisc) { - case TABLDISC: - cnt += printf("tablet disc; "); - break; case NTTYDISC: cnt += printf("new tty disc; "); break; -- cgit v1.1