repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
filesystems
/
sshfs-fuse
/
fix-fuse-darwin-h.patch
blob
045cc0e61f33bff2d991526434496cfa2a1fdf57
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>