소스 검색

* 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;