mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 05:13:47 +02:00
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:
parent
cdbcce6410
commit
78045d2f44
@ -72,7 +72,7 @@ type
|
|||||||
PSysCtl = {$IF FPC_FULLVERSION>30300}pcint{$ELSE}pchar{$ENDIF};
|
PSysCtl = {$IF FPC_FULLVERSION>30300}pcint{$ELSE}pchar{$ENDIF};
|
||||||
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