am 88a42f9d: Merge "Fix MIPS build"
* commit '88a42f9daf0b081a40f7833875df4b04817319f6': Fix MIPS build
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user