Merge latest TomB version as of 25 April

This commit is contained in:
Chips 2016-04-25 18:51:31 +00:00
parent f6baa22248
commit 5f13d69c31
37 changed files with 30914 additions and 21448 deletions

View file

@ -87,14 +87,6 @@ get_fs_usage
const TCHAR *disk,
struct fs_usage *fsp)
{
/* TODO: *** use RFs:Volume() to get free space *** */
/* Just a hack */
fsp->fsu_blocks = 507289;
fsp->fsu_bfree = 3435973;
fsp->fsu_bavail = 507289 / 2;
fsp->fsu_files = 3435973;
fsp->fsu_ffree = 3435973;
#ifdef STAT_STATFS3_OSF1
# define CONVERT_BLOCKS(B) adjust_blocks ((B), fsd.f_fsize, 512)