From 1bbe04068875472cec23fd4d48fe7e67bad79cfa Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 29 Jan 1987 10:33:53 +0000 Subject: [PATCH] PC/IX is system 3, not V7 --- mach/i86/libsys/gtty.s | 2 +- mach/i86/libsys/stty.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/i86/libsys/gtty.s b/mach/i86/libsys/gtty.s index 4e8b0e6c2..58569489a 100644 --- a/mach/i86/libsys/gtty.s +++ b/mach/i86/libsys/gtty.s @@ -5,7 +5,7 @@ _gtty: push bp mov bp,sp push 6(bp) -mov ax,29704 +mov ax,0x5401 push ax push 4(bp) call _ioctl diff --git a/mach/i86/libsys/stty.s b/mach/i86/libsys/stty.s index 701bb18a3..01efaba6f 100644 --- a/mach/i86/libsys/stty.s +++ b/mach/i86/libsys/stty.s @@ -5,7 +5,7 @@ _stty: push bp mov bp,sp push 6(bp) -mov ax,29705 +mov ax,0x5402 push ax push 4(bp) call _ioctl