summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-03-11 14:54:11 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-03-11 14:54:11 +0000
commitad79ab95407dcf6622d2f1546fbcb267da35ff15 (patch)
treeaf481e43517bdc3ed1160be4f4e9504475dbc40a /sysdeps
parente958d8dbbe19ce043f314ebbde6a76d120c6209a (diff)
downloadlibgtop-ad79ab95407dcf6622d2f1546fbcb267da35ff15.tar.gz
Added mqueue to ignore list.
* mountlist.c: (ignore_mount_entry): Added mqueue to ignore list.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/common/ChangeLog4
-rw-r--r--sysdeps/common/mountlist.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog
index 244b218f..4e64f0c6 100644
--- a/sysdeps/common/ChangeLog
+++ b/sysdeps/common/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-11 Benoît Dejean <TazForEver@dlfp.org>
+
+ * mountlist.c: (ignore_mount_entry): Added mqueue to ignore list.
+
2005-02-28 Benoît Dejean <TazForEver@dlfp.org>
* fsusage.c: * Add support for file system read and write counting
diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c
index 8cf21516..544a8878 100644
--- a/sysdeps/common/mountlist.c
+++ b/sysdeps/common/mountlist.c
@@ -542,6 +542,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
"binfmt_misc",
"devpts",
"mntfs",
+ "mqueue",
"none",
"openpromfs",
"proc",