mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 05:30:37 +01:00
* fixed type defintion putsname
git-svn-id: trunk@6688 -
This commit is contained in:
parent
9161a2967a
commit
79b02de351
@ -67,7 +67,7 @@ TYPE
|
||||
{$endif}
|
||||
end;
|
||||
TUtsName = UtsName;
|
||||
PUtsName = TUtsName;
|
||||
PUtsName = ^TUtsName;
|
||||
|
||||
|
||||
{ Definition of (kernel) stat type }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user