summaryrefslogtreecommitdiff
path: root/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
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