* Prevent range check errors on powerpc-linux

git-svn-id: trunk@8126 -
This commit is contained in:
daniel 2007-07-22 09:53:21 +00:00
parent 38c41a29be
commit d51b735deb

View File

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