Enable PC back, because it is ouside visible

This commit is contained in:
Andrey A. Chernov 1994-10-06 20:44:51 +00:00
parent acd83bcce9
commit 3a163b361a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3392

View File

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