From cc9c3ae870216b95e9845bd637de25bf7ec0d986 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 13 Jun 1988 15:01:54 +0000 Subject: [PATCH] made to compile on system V --- mach/mantra/int/mloopc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/mantra/int/mloopc b/mach/mantra/int/mloopc index 0a20a88a1..c387a27e1 100644 --- a/mach/mantra/int/mloopc +++ b/mach/mantra/int/mloopc @@ -378,7 +378,7 @@ _Xioctl: move.l (sp)+,.retaddr #ifdef __USG ! only support TIOCGETP and TIOCSETP move.l 4(sp),d0 - cmp.l d0,#0x7408 ! TIOCGETP + cmp.l #0x7408,d0 ! TIOCGETP bne 1f move.l (sp)+,d0 move.l d0,(sp) @@ -386,7 +386,7 @@ _Xioctl: move.l (sp)+,.retaddr lea 8(sp),sp bra sys4 1: - cmp.l d0,#0x7409 ! TIOCSETP + cmp.l #0x7409,d0 ! TIOCSETP bne 9f move.l (sp)+,d0 move.l d0,(sp) -- 2.34.1