mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-13 20:06:37 +08:00
.
This commit is contained in:
parent
3e13a5f6dc
commit
239d98e18d
@ -104,7 +104,7 @@ get_fs_usage (path, disk, fsp)
|
||||
struct statfs fsd;
|
||||
|
||||
if (statfs (path, &fsd, sizeof (struct statfs)) != 0)
|
||||
return (-1);
|
||||
return -1;
|
||||
#define CONVERT_BLOCKS(bnew, b) ADJUST_BLOCKS ((bnew), (b), fsd.f_fsize, 512)
|
||||
#endif /* STAT_STATFS3_OSF1 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user