Skip to content

Commit a9eb71c

Browse files
committed
Remove conditional fuse_darwin.h include
The header file is no longer available in macFUSE 4.
1 parent b1715a5 commit a9eb71c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sshfs.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
#if !defined(__CYGWIN__)
1515
# include <fuse_lowlevel.h>
1616
#endif
17-
#ifdef __APPLE__
18-
# include <fuse_darwin.h>
19-
#endif
2017
#include <assert.h>
2118
#include <stdio.h>
2219
#include <stdlib.h>

0 commit comments

Comments
 (0)