fix
This commit is contained in:
@ -147,7 +147,7 @@ struct statfs {
|
||||
std::uint64_t f_files{};
|
||||
};
|
||||
|
||||
struct statfs_x : public statfs {
|
||||
struct statfs_x final : public statfs {
|
||||
std::array<char, 1024U> f_mntfromname{};
|
||||
};
|
||||
#pragma pack()
|
||||
|
Reference in New Issue
Block a user