ソースを参照

* Prevent range check errors on powerpc-linux

git-svn-id: trunk@8126 -
daniel 18 年 前
コミット
d51b735deb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      rtl/linux/termiosproc.inc

+ 1 - 1
rtl/linux/termiosproc.inc

@@ -13,7 +13,7 @@ end;
 
 Function TCSetAttr(fd:cint;OptAct:cint;const tios:TermIOS):cint;
 var
-  nr:cint;
+  nr:culong;
 begin
   case OptAct of
    TCSANOW   : nr:=TCSETS;