summaryrefslogtreecommitdiff
path: root/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch')
-rw-r--r--x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
deleted file mode 100644
index 51ea67314775..000000000000
--- a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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