git-svn-id: trunk@42024 -
@@ -26,7 +26,7 @@ end;
Function TCSetAttr(fd:cint;OptAct:cint;const tios:TermIOS):cint;
var
- nr:cint;
+ nr:TIOCtlRequest;
begin
case OptAct of
TCSANOW : nr:=TIOCSETA;
@@ -25,7 +25,7 @@ end;
- nr:culong;
+ nr: TIOCtlRequest;
@@ -15,7 +15,7 @@ end;
TCSANOW : nr:=TCSETS;