Changeset 30282 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 17, 2010 10:27:45 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp
r30281 r30282 217 217 else if (!strcmp("tmpfs", mntEnt.mnt_type)) 218 218 *pu32Type = RTFS_FS_TYPE_TMPFS; 219 else if (!strcmp("hfsplus", mntEnt.mnt_type)) 220 *pu32Type = RTFS_FS_TYPE_HFS; 219 221 else 220 222 {
Note:
See TracChangeset
for help on using the changeset viewer.