X86: __pad0 should be a 4 byte pad, not a 4 long array of 4 byte pads.

--HG--
extra : convert_revision : e0d5ab617bc95d5d714fa9fcdf0a448874aef886
This commit is contained in:
Gabe Black 2007-07-30 15:43:20 -07:00
parent f02bb63894
commit 77482dc439

View file

@ -71,7 +71,7 @@ class X86Linux64 : public Linux
uint32_t st_mode;
uint32_t st_uid;
uint32_t st_gid;
uint32_t __pad0[4];
uint32_t __pad0;
uint64_t st_rdev;
int64_t st_size;
int64_t st_blksize;