fix the definition of struct statvfs to match lsb abi
authorRich Felker <dalias@aerifal.cx>
Tue, 20 Sep 2011 03:35:48 +0000 (23:35 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 20 Sep 2011 03:35:48 +0000 (23:35 -0400)
commit114c80f1416617399c85c2df09dd307532399903
tree5168ccc178e9b854385fa23caab3e055ea7a555c
parent8c07f6eac843c2acb217083d48c4cef95f2b891c
fix the definition of struct statvfs to match lsb abi

at the same time, make struct statfs match the traditional definition
and make it more useful, especially the fsid_t stuff.
arch/arm/bits/statfs.h
arch/i386/bits/statfs.h
arch/x86_64/bits/statfs.h
include/sys/statfs.h
include/sys/statvfs.h
src/stat/fstatvfs.c [deleted file]
src/stat/statvfs.c