head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.09.20.00.28; author vins; state Exp; branches; next ; commitid laUNdDpy1oiC3bFG; desc @@ 1.1 log @filesystems/fuse3: initial import Import fuse-3.18.2 as filesystems/fuse3. FUSE (Filesystem in Userspace) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. Fuse also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. @ text @$NetBSD: patch-example_meson.build,v 1.1 2026/05/06 17:08:49 vins Exp $ Requires O_PATH and other Linuxisms. --- example/meson.build.orig 2026-05-06 16:42:00.707753842 +0000 +++ example/meson.build @@@@ -31,7 +31,7 @@@@ foreach ex : threaded_examples install: false) endforeach -if platform != 'dragonfly' and add_languages('cpp', required : false) +if platform == 'linux' and add_languages('cpp', required : false) executable('passthrough_hp', 'passthrough_hp.cc', dependencies: [ thread_dep, libfuse_dep ], install: false) @