Changeset 35015 in vbox
- Timestamp:
- Dec 13, 2010 2:36:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fs-posix.cpp
r33540 r35015 247 247 *penmType = RTFSTYPE_PROC; 248 248 else if ( !strcmp("fuse", mntEnt.mnt_type) 249 || !strncmp("fuse.", mntEnt.mnt_type, 5)) 249 || !strncmp("fuse.", mntEnt.mnt_type, 5) 250 || !strcmp("fuseblk", mntEnt.mnt_type)) 250 251 *penmType = RTFSTYPE_FUSE; 251 252 else
Note:
See TracChangeset
for help on using the changeset viewer.