Displays all fs.

svn path=/trunk/; revision=2681
This commit is contained in:
Benoît Dejean
2007-10-17 20:51:40 +00:00
parent 2c6b951822
commit b058565419

View File

@@ -36,7 +36,7 @@ int main()
printf("%-20s %-10s %-10s %-10s %-10s\n",
"Filesystem", "Size", "Used", "Avail", "Use%");
entries = glibtop_get_mountlist(&buf, FALSE);
entries = glibtop_get_mountlist(&buf, TRUE);
for(i = 0; i < buf.number; ++i)
{