Selaa lähdekoodia

fixed Do_IsDevice()

git-svn-id: trunk@3022 -
Jonas Maebe 19 vuotta sitten
vanhempi
commit
822e41689d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      rtl/bsd/sysos.inc

+ 1 - 1
rtl/bsd/sysos.inc

@@ -157,7 +157,7 @@ Function Do_IsDevice(Handle:Longint):boolean;
   data is function-dependent.
   data is function-dependent.
 }
 }
 CONST
 CONST
-  IOCtl_TCGETS=$5401;
+  IOCtl_TCGETS=$40000000+$2C7400+ 19;
 var
 var
   Data : array[0..255] of byte; {Large enough for termios info}
   Data : array[0..255] of byte; {Large enough for termios info}
 begin
 begin