python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / filesystems / sshfs-fuse / fix-fuse-darwin-h.patch
blob045cc0e61f33bff2d991526434496cfa2a1fdf57
1 diff --git a/sshfs.c b/sshfs.c
2 index 97eaf06..d442577 100644
3 --- a/sshfs.c
4 +++ b/sshfs.c
5 @@ -14,9 +14,6 @@
6 #if !defined(__CYGWIN__)
7 #include <fuse_lowlevel.h>
8 #endif
9 -#ifdef __APPLE__
10 -# include <fuse_darwin.h>
11 -#endif
12 #include <assert.h>
13 #include <stdio.h>
14 #include <stdlib.h>