(ME_DUMMY): "none" and "proc" file systems are dummies

too.
This commit is contained in:
Paul Eggert 2005-11-26 07:52:11 +00:00
parent e9c8be100e
commit 1e20020bb8

View File

@ -144,6 +144,8 @@ char *strstr ();
#ifndef ME_DUMMY
# define ME_DUMMY(Fs_name, Fs_type) \
(strcmp (Fs_type, "autofs") == 0 \
|| strcmp (Fs_type, "none") == 0 \
|| strcmp (Fs_type, "proc") == 0 \
|| strcmp (Fs_type, "subfs") == 0 \
/* for Irix 6.5 */ \
|| strcmp (Fs_type, "ignore") == 0)