aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshfs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sshfs.c b/sshfs.c
index 5475d98..9809057 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -3150,6 +3150,9 @@ static int sshfs_getattr(const char *path, struct stat *stbuf,
}
if (!err) {
err = buf_get_attrs(&outbuf, stbuf, NULL);
+#ifdef __APPLE__
+ stbuf->st_blksize = 0;
+#endif
buf_free(&outbuf);
}
buf_free(&buf);