|
|
| version 1.14, 2005/11/21 14:43:45 | version 1.15, 2007/02/09 03:01:01 |
|---|---|
| Line 294 get_mnt( | Line 294 get_mnt( |
| /* skip anything that isn't dmapi */ | /* skip anything that isn't dmapi */ |
| if ((hasmntopt(mntent, "dmapi") == 0) && | if ((hasmntopt(mntent, "dmapi") == 0) && |
| (hasmntopt(mntent, "dmi") == 0) && | |
| (hasmntopt(mntent, "xdsm") == 0)) { | (hasmntopt(mntent, "xdsm") == 0)) { |
| continue; | continue; |
| } | } |