mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Synchronize with sys/i386/isa/syscons.c revision 1.192 (fix typo).
This commit is contained in:
parent
5e75134d21
commit
451cbc3eff
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.15 1996/12/04 04:21:11 asami Exp $
|
||||
* $Id: syscons.c,v 1.16 1996/12/08 16:27:26 kato Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
#define COLD 0
|
||||
#define WARM 1
|
||||
|
||||
/* this may break on older VGA's but is usefull on real 32 bit systems */
|
||||
/* this may break on older VGA's but is useful on real 32 bit systems */
|
||||
#define bcopyw bcopy
|
||||
|
||||
static default_attr user_default = {
|
||||
|
|
@ -1877,7 +1877,7 @@ switch_scr(scr_stat *scp, u_int next_scr)
|
|||
if (new_scp->proc && (new_scp->proc != pfind(new_scp->pid)))
|
||||
new_scp->smode.mode = VT_AUTO;
|
||||
|
||||
/* check the modes and switch approbiatly */
|
||||
/* check the modes and switch appropriately */
|
||||
if (old_scp->smode.mode == VT_PROCESS) {
|
||||
old_scp->status |= SWITCH_WAIT_REL;
|
||||
psignal(old_scp->proc, old_scp->smode.relsig);
|
||||
|
|
|
|||
Loading…
Reference in a new issue