Sfoglia il codice sorgente

* fixed type defintion putsname

git-svn-id: trunk@6688 -
ivost 18 anni fa
parent
commit
79b02de351
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 }