Changeset 69853 in vbox
- Timestamp:
- Nov 28, 2017 9:38:18 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119295
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fsvfs.h
r69849 r69853 130 130 * @param pErrInfo Where to return additional error information. 131 131 */ 132 RTDECL(int) RTFsExt2VolOpen(RTVFSFILE hVfsFileIn, uint32_t fMntFlags, uint32_t fExt Flags, PRTVFS phVfs, PRTERRINFO pErrInfo);132 RTDECL(int) RTFsExt2VolOpen(RTVFSFILE hVfsFileIn, uint32_t fMntFlags, uint32_t fExt2Flags, PRTVFS phVfs, PRTERRINFO pErrInfo); 133 133 134 134 -
trunk/src/VBox/Runtime/common/vfs/vfsmount.cpp
r69840 r69853 44 44 #include <iprt/formats/udf.h> 45 45 #include <iprt/formats/ext2.h> 46 47 48 46 49 47 … … 464 462 } 465 463 466
Note:
See TracChangeset
for help on using the changeset viewer.