<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/sshfs.c	2022-05-26 23:23:35
+++ b/sshfs.c	2025-05-12 05:57:12
@@ -14,9 +14,6 @@
 #if !defined(__CYGWIN__)
 #  include &lt;fuse_lowlevel.h&gt;
 #endif
-#ifdef __APPLE__
-#  include &lt;fuse_darwin.h&gt;
-#endif
 #include &lt;assert.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
</pre></body></html>