Fix crash on mac os X due to unimplemented statfs()
This commit is contained in:
parent
c0d0efd058
commit
7453e83732
@ -137,7 +137,7 @@ unique_ref<FsBlobRef> CryDevice::LoadBlob(const bf::path &path) {
|
||||
|
||||
void CryDevice::statfs(const bf::path &path, struct statvfs *fsstat) {
|
||||
callFsActionCallbacks();
|
||||
throw FuseErrnoException(ENOTSUP);
|
||||
// TODO What should we report here?
|
||||
}
|
||||
|
||||
unique_ref<FileBlobRef> CryDevice::CreateFileBlob() {
|
||||
|
Loading…
Reference in New Issue
Block a user