mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Enable PC back, because it is ouside visible
This commit is contained in:
parent
acd83bcce9
commit
3a163b361a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3392
@ -154,9 +154,9 @@ setterm(type)
|
||||
CM = 0;
|
||||
} else
|
||||
CA = 1;
|
||||
#ifndef __FreeBSD__
|
||||
PC = _PC ? _PC[0] : 0;
|
||||
|
||||
PC = _PC ? _PC[0] : 0;
|
||||
#ifndef __FreeBSD__
|
||||
switch(cfgetospeed(&__baset)) {
|
||||
case B0: ospeed = 0; break;
|
||||
case B50: ospeed = 1; break;
|
||||
|
Loading…
Reference in New Issue
Block a user