Browse Source

* fix typo with [T]SysInfo record

git-svn-id: trunk@8331 -
Almindor 18 years ago
parent
commit
6a327799f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/linux.pp

+ 1 - 1
rtl/linux/linux.pp

@@ -25,7 +25,7 @@ uses
   ctypes;
   ctypes;
 
 
 type
 type
-  SysInfo = record
+  TSysInfo = record
     uptime: clong;                     //* Seconds since boot */
     uptime: clong;                     //* Seconds since boot */
     loads: array[0..2] of culong;      //* 1, 5, and 15 minute load averages */
     loads: array[0..2] of culong;      //* 1, 5, and 15 minute load averages */
     totalram: culong;                  //* Total usable main memory size */
     totalram: culong;                  //* Total usable main memory size */