summaryrefslogtreecommitdiff
path: root/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
blob: 51ea673147752eede8b76fdbe6068a7d3a2bddef (plain)
1
2
3
4
5
6
7
8
9
10
11
--- wmfsm/wmfsm.c	2002-07-13 06:06:35.000000000 +0200
+++ wmfsm/wmfsm.c	2004-07-17 12:31:19.686338920 +0200
@@ -509,7 +509,7 @@
 #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