block_size is now defined as a guint32 instead of a fuzzy gint.

* include/glibtop/fsusage.h: block_size is now defined as a guint32
	instead of a fuzzy gint.

	* lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup.
This commit is contained in:
Benoît Dejean
2004-06-12 15:39:31 +00:00
parent f03e2d3c11
commit d5b8a71e5b
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
2004-06-12 Benoît Dejean <tazforever@dlfp.org>
* include/glibtop/fsusage.h: block_size is now defined as a guint32
instead of a fuzzy gint.
* lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup.
2004-06-12 Benoît Dejean <tazforever@dlfp.org>
* lib/init.c: Added missing initializer.