mtprocs: proper len type (csize_t instead of (cint) for fpsysctl call. #36325

git-svn-id: trunk@62277 -
This commit is contained in:
dmitry 2019-11-21 15:01:43 +00:00
parent f39986edd9
commit a2486e3c42

View File

@ -70,7 +70,7 @@ end;
{$ELSEIF defined(freebsd) or defined(darwin)}
var
mib: array[0..1] of cint;
len: cint;
len: csize_t;
t: cint;
begin
mib[0] := CTL_HW;