Merged revision(s) 62277 #a2486e3c42 from trunk:

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

git-svn-id: branches/fixes_2_0@62456 -
This commit is contained in:
dmitry 2019-12-29 20:35:33 +00:00
parent cdbcce6410
commit 78045d2f44

View File

@ -72,7 +72,7 @@ type
PSysCtl = {$IF FPC_FULLVERSION>30300}pcint{$ELSE}pchar{$ENDIF};
var
mib: array[0..1] of cint;
len: cint;
len: csize_t;
t: cint;
begin
mib[0] := CTL_HW;