- Timestamp:
- Dec 5, 2018 3:43:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp
r75970 r75977 278 278 static int vboximgOp_open(const char *pszPath, struct fuse_file_info *pInfo) 279 279 { 280 (void) pInfo;280 RT_NOREF(pszPath, pInfo); 281 281 LogFlowFunc(("pszPath=%s\n", pszPath)); 282 282 uint32_t notsup = 0;
Note:
See TracChangeset
for help on using the changeset viewer.