mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:37:02 +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)}
|
||||
var
|
||||
mib: array[0..1] of cint;
|
||||
len: cint;
|
||||
len: csize_t;
|
||||
t: cint;
|
||||
begin
|
||||
mib[0] := CTL_HW;
|
||||
|
Loading…
Reference in New Issue
Block a user