1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Don't report the tablet line discipline, it "doesn't happen (TM)"

This commit is contained in:
Peter Wemm 2000-01-29 16:44:08 +00:00
parent c8f742acd8
commit 8687e09584
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56853

View File

@ -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;