x32: fix sysinfo()
authorrofl0r <retnyg@gmx.net>
Wed, 5 Mar 2014 23:26:03 +0000 (00:26 +0100)
committerrofl0r <retnyg@gmx.net>
Thu, 6 Mar 2014 04:35:13 +0000 (05:35 +0100)
the kernel uses long longs in the struct, but the documentation
says they're long. so we need to fixup the mismatch between the
userspace and kernelspace structs.
since the struct offers a mem_unit member, we can avoid truncation
by adjusting that value.


No differences found