FreeBSD Bugzilla – Attachment 7402 Details for
Bug 16077
[PATCH] GNOME diskusage applet inconsistent with df program
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 530 bytes, created by
ajk
on 2000-01-12 03:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ajk
Created:
2000-01-12 03:50:02 UTC
Size:
530 bytes
patch
obsolete
>--- applets/diskusage/diskusage_read.c.orig Wed Jan 5 16:07:20 2000 >+++ applets/diskusage/diskusage_read.c Wed Jan 5 16:11:23 2000 >@@ -76,12 +76,14 @@ > ps->filesystems[i].sizeinfo [DU_FS_TOTAL] = > fsu.blocks; > #ifdef ADD_RESERVED_SPACE > ps->filesystems[i].sizeinfo [DU_FS_FREE] = > fsu.bfree; > #else >+ ps->filesystems[i].sizeinfo [DU_FS_TOTAL] -= >+ fsu.bfree - fsu.bavail; > ps->filesystems[i].sizeinfo [DU_FS_FREE] = > fsu.bavail; > #endif > ps->filesystems[i].sizeinfo [DU_FS_USED] = > fsu.blocks - fsu.bfree;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16077
: 7402