Added missing call to libgtop_init();

* df.c: (main):
	* pprint.c: (main):
	* procargs.c: (main): Added missing call to libgtop_init();
This commit is contained in:
Benoît Dejean
2004-09-25 08:46:44 +00:00
parent d0833edb66
commit d809faba3e
4 changed files with 12 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ int main()
glibtop_mountentry *entries;
size_t i;
glibtop_init();
printf("%-20s %-10s %-10s %-10s %-10s\n",
"Filesystem", "Size", "Used", "Avail", "Use%");