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:
parent
c8f742acd8
commit
8687e09584
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56853
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user