From 1a553e6f2d8385c5efe5b4626af8c4d6c024e077 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 4e8b0e6c..58569489 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 701bb18a..01efaba6 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