summaryrefslogtreecommitdiffstats
path: root/bin/stty
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 16:44:08 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 16:44:08 +0000
commit60b8b4c557e2d5051a205c05888f4985cd4c1f4c (patch)
treeac9244b1d2d2c8e1ece410671d324931964b0a74 /bin/stty
parentdb5f0c8dcf360b2a9ce0a72f8a9ee9d5d42c5540 (diff)
downloadFreeBSD-src-60b8b4c557e2d5051a205c05888f4985cd4c1f4c.zip
FreeBSD-src-60b8b4c557e2d5051a205c05888f4985cd4c1f4c.tar.gz
Don't report the tablet line discipline, it "doesn't happen (TM)"
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/print.c3
1 files changed, 0 insertions, 3 deletions
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;
OpenPOWER on IntegriCloud