mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:16:06 +02:00
mtprocs: proper len type (csize_t instead of (cint) for fpsysctl call. #36325
git-svn-id: trunk@62277 -
This commit is contained in:
parent
f39986edd9
commit
a2486e3c42
@ -70,7 +70,7 @@ end;
|
|||||||
{$ELSEIF defined(freebsd) or defined(darwin)}
|
{$ELSEIF defined(freebsd) or defined(darwin)}
|
||||||
var
|
var
|
||||||
mib: array[0..1] of cint;
|
mib: array[0..1] of cint;
|
||||||
len: cint;
|
len: csize_t;
|
||||||
t: cint;
|
t: cint;
|
||||||
begin
|
begin
|
||||||
mib[0] := CTL_HW;
|
mib[0] := CTL_HW;
|
||||||
|
Loading…
Reference in New Issue
Block a user