am 6d9f0144: am 6182008e: am 88a42f9d: Merge "Fix MIPS build"

* commit '6d9f0144ebc5acbf07bf37ff968711df8321b036':
  Fix MIPS build
This commit is contained in:
Kenny Root
2013-10-02 20:28:05 -07:00
committed by Android Git Automerger

View File

@@ -28,27 +28,9 @@ struct statfs_portable {
uint64_t f_bavail;
uint64_t f_files;
uint64_t f_ffree;
__kernel_fsid_t f_fsid;
__fsid_t f_fsid;
uint32_t f_namelen;
uint32_t f_frsize;
uint32_t f_spare[5];
};
/*
The MIPS Version is
struct statfs {
uint32_t f_type;
uint32_t f_bsize;
uint32_t f_frsize;
uint32_t __pad;
uint64_t f_blocks;
uint64_t f_bfree;
uint64_t f_files;
uint64_t f_ffree;
uint64_t f_bavail;
__kernel_fsid_t f_fsid;
uint32_t f_namelen;
uint32_t f_spare[6];
};
*/
#endif /* _STATFS_PORTABLE_H_ */