Browse Source

* More typo fixes

git-svn-id: trunk@6981 -
michael 18 years ago
parent
commit
3399c88af7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/linux/x86_64/stat.inc

+ 2 - 2
rtl/linux/x86_64/stat.inc

@@ -45,7 +45,7 @@
         st_mode,
         st_mode,
         st_uid,
         st_uid,
         st_gid,
         st_gid,
-        __pad0    : cardinal;
+        __pad1    : cardinal;
         st_rdev   : qword;
         st_rdev   : qword;
         st_size,
         st_size,
         st_blksize,
         st_blksize,
@@ -57,7 +57,7 @@
         st_mtime_nsec,
         st_mtime_nsec,
         st_ctime,
         st_ctime,
         st_ctime_nsec : qword;
         st_ctime_nsec : qword;
-        __unused  : array[0..2] of qword;);
+        __unused2  : array[0..2] of qword;);
   end;
   end;
 
 
 {$else}
 {$else}