Changeset 43046 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Aug 28, 2012 2:42:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp
r40101 r43046 242 242 else if (!strcmp("nfs4", mntEnt.mnt_type)) 243 243 *penmType = RTFSTYPE_NFS; 244 else if (!strcmp("ocfs2", mntEnt.mnt_type)) 245 *penmType = RTFSTYPE_OCFS2; 244 246 else if (!strcmp("sysfs", mntEnt.mnt_type)) 245 247 *penmType = RTFSTYPE_SYSFS;
Note:
See TracChangeset
for help on using the changeset viewer.