blob: 293090acd39e051bf4ac24f404c689edb253f5a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- wmfsm.c 2002-07-13 06:06:35.000000000 +0200
+++ 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
|