summaryrefslogtreecommitdiff
path: root/include/glibtop/fsusage.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2004-04-07 10:05:51 +0000
committerBastien Nocera <hadess@src.gnome.org>2004-04-07 10:05:51 +0000
commit07ec47924364411e53e3281466ecf791ebd3ee52 (patch)
treeae1c247243d9c580077fc4f1d8f74a1ec071cd48 /include/glibtop/fsusage.h
parent45b69b3277506c2693c294ad4d597928de6ef4cb (diff)
downloadlibgtop-07ec47924364411e53e3281466ecf791ebd3ee52.tar.gz
fix typo in the #defines for FSUSAGE_BLOCK_SIZE (patch by Benoît Dejean
2004-04-07 Bastien Nocera <hadess@hadess.net> * include/glibtop/fsusage.h: fix typo in the #defines for FSUSAGE_BLOCK_SIZE (patch by Benoît Dejean <TazForEver@free.fr>) 2004-04-07 Bastien Nocera <hadess@hadess.net> * prockernel.c: (glibtop_get_proc_kernel_p): patch for NetBSD/AMD64 support (Julio M. Merino Vidal <jmmv@menta.net>)
Diffstat (limited to 'include/glibtop/fsusage.h')
-rw-r--r--include/glibtop/fsusage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/fsusage.h b/include/glibtop/fsusage.h
index 7691c6bf..f5045450 100644
--- a/include/glibtop/fsusage.h
+++ b/include/glibtop/fsusage.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
#define GLIBTOP_FSUSAGE_BAVAIL 2
#define GLIBTOP_FSUSAGE_FILES 3
#define GLIBTOP_FSUSAGE_FFREE 4
-#define GLIBTOP_FSUSAGE_BLOCK_SIZE 6
+#define GLIBTOP_FSUSAGE_BLOCK_SIZE 5
#define GLIBTOP_MAX_FSUSAGE 6