procedure UpdateStats;
var
SI:TSysInfo;
begin
Linux.SysInfo(@SI);
end;
FPC (svn/trunk) build on Darwin Mac OSX 10.6.4 did not come with a
Linux Unit. Where can I find the TSysInfo data type and SysInfo
function equivalents?
Any help would be greatly appreciated.