[libFuse 3.16.2]Compilation failure on freeBSD #936 (#938)
authorBernd Schubert <bernd.schubert@fastmail.fm>
Thu, 25 Apr 2024 15:09:05 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 15:09:05 +0000 (17:09 +0200)
commit45effd5db890bb3b3fc46fe083de4babb6747a05
tree995aab1146f993ba379f53ba07ad7c14d31951ac
parent80663a79360a79d976ebf1fddb8fdff19139851f
[libFuse 3.16.2]Compilation failure on freeBSD #936 (#938)

Despite the creation of the header file fuse_config.h during LibFUSE
version 3.16.2's Meson build process, the BSD mount_bsd.c file continues to reference config.h. Consequently, this discrepancy results in compilation failures.

FIX : Point the mount_bsd.c to correct header.
lib/mount_bsd.c