1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00
This commit is contained in:
Jim Meyering
1994-03-16 14:32:26 +00:00
parent 3e13a5f6dc
commit 239d98e18d
+1 -1
View File
@@ -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 */