Browse Source

* fixed type defintion putsname

git-svn-id: trunk@6688 -
ivost 18 years ago
parent
commit
79b02de351
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/ostypes.inc

+ 1 - 1
rtl/linux/ostypes.inc

@@ -67,7 +67,7 @@ TYPE
                {$endif}
                end;
   TUtsName   = UtsName;
-  PUtsName   = TUtsName;
+  PUtsName   = ^TUtsName;
 
 
 { Definition of (kernel) stat type }