Patch [1] by roma1390 and Michele Noberasco to fix Gentoo bug #50148 [2].
[1]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
[2] https://bugs.gentoo.org/show_bug.cgi?id=50148
---
wmfsm/wmfsm/wmfsm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmfsm/wmfsm/wmfsm.c b/wmfsm/wmfsm/wmfsm.c
index 36fa906..f8d9458 100644
--- a/wmfsm/wmfsm/wmfsm.c
+++ b/wmfsm/wmfsm/wmfsm.c
@@ -509,7 +509,7 @@ readFileSystems()
#if defined IRIX64 || defined(SunOS)
strcmp(fstype, "hwgfs") && strcmp(fstype, "autofs")
&& strcmp(fstype, "proc") && strcmp(fstype, "fd") && !strstr(options, "ignore")
#elif defined linux
- strcmp(fstype, "proc") && strcmp(fstype, "shm")
+ strcmp(fstype, "proc") && strcmp(fstype, "tmpfs") &&
strcmp(fstype, "devfs") && strcmp(fstype, "ramfs") && strcmp(fstype, "sysfs")
&& strcmp(fstype, "devpts") && strcmp(fstype, "usbfs")
#else
1
#endif
--
2.1.0
--
To unsubscribe, send mail to [email protected].