am 88a42f9d: Merge "Fix MIPS build"

* commit '88a42f9daf0b081a40f7833875df4b04817319f6':
  Fix MIPS build
This commit is contained in:
Kenny Root
2013-10-02 18:19:12 -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_ */