VirtualBox

Changeset 30282 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jun 17, 2010 10:27:45 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62808
Message:

RTFsQueryType(): hfsplus on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp

    r30281 r30282  
    217217                            else if (!strcmp("tmpfs", mntEnt.mnt_type))
    218218                                *pu32Type = RTFS_FS_TYPE_TMPFS;
     219                            else if (!strcmp("hfsplus", mntEnt.mnt_type))
     220                                *pu32Type = RTFS_FS_TYPE_HFS;
    219221                            else
    220222                            {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette