made to compile on system V
authorceriel <none@none>
Mon, 13 Jun 1988 15:01:54 +0000 (15:01 +0000)
committerceriel <none@none>
Mon, 13 Jun 1988 15:01:54 +0000 (15:01 +0000)
mach/mantra/int/mloopc

index 0a20a88..c387a27 100644 (file)
@@ -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)