The source sets _system = 'Darwin-MacFuse' under some conditions.
But on my mac (which has macFUSE aka osxfuse installed), _system is 'Darwin' (not 'Darwin-MacFuse').
I suspect there is some name confusion and there was also another, different "MacFuse" implementation.
The source should be clarified in that respect, because e.g. the struct definitions depend on _system.
The source sets
_system = 'Darwin-MacFuse'under some conditions.But on my mac (which has macFUSE aka osxfuse installed),
_systemis 'Darwin' (not 'Darwin-MacFuse').I suspect there is some name confusion and there was also another, different "MacFuse" implementation.
The source should be clarified in that respect, because e.g. the struct definitions depend on
_system.