queue/struct changes

This commit is contained in:
cgd 1994-04-21 08:03:56 +00:00
parent 8651ac5736
commit 158c4beb27
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ get_fs_usage (path, disk, fsp)
if (statfs (path, &fsd) < 0)
return -1;
#define convert_blocks(b) adjust_blocks ((b), fsd.f_fsize, 512)
#define convert_blocks(b) adjust_blocks ((b), fsd.f_bsize, 512)
#endif
#if STAT_STATFS4 /* SVR3, Dynix, Irix. */