This commit is contained in:
Jim Meyering 1994-03-16 14:32:26 +00:00
parent 3e13a5f6dc
commit 239d98e18d

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 */