replace missing types

pull/8182/head
Lari-Matias Orjala 2018-09-21 13:00:47 +03:00
parent 8ff0ec7814
commit 60bb9b7678
1 changed files with 3 additions and 3 deletions

View File

@ -324,9 +324,9 @@ struct statvfs {
unsigned long f_bsize; ///< Filesystem block size
unsigned long f_frsize; ///< Fragment size (block size)
fsblkcnt_t f_blocks; ///< Number of blocks
fsblkcnt_t f_bfree; ///< Number of free blocks
fsblkcnt_t f_bavail; ///< Number of free blocks for unprivileged users
unsigned long long f_blocks; ///< Number of blocks
unsigned long long f_bfree; ///< Number of free blocks
unsigned long long f_bavail; ///< Number of free blocks for unprivileged users
unsigned long f_fsid; ///< Filesystem ID