head 1.2; access; symbols; locks; strict; comment @ * @; 1.2 date 2026.05.09.19.21.37; author vins; state dead; branches; next 1.1; commitid HrlDVYBFIN2vQaFG; 1.1 date 2026.05.06.17.08.48; author vins; state Exp; branches; next ; commitid BmNCn2P0W0oNcMEG; desc @@ 1.2 log @filesystems/fuse: revert update Some software still depends on fuse 2.x and hasn't migrated to fuse3. Any software asking for fuse3 should pull filesystems/fuse3 (to be reimported) instead, at least until fuse 2.x isn't fully deprecated. The update was commited without adequate testing. Apologizing for the fuss it caused. ReFUSE on NetBSD is at 3.x already and this led me to wrong assumptions. @ text @$NetBSD: patch-example_cuse__client.c,v 1.1 2026/05/06 17:08:48 vins Exp $ Fix ctype warning. --- example/cuse_client.c.orig 2026-05-06 16:55:14.227070883 +0000 +++ example/cuse_client.c @@@@ -106,7 +106,7 @@@@ int main(int argc, char **argv) return 1; } - cmd = tolower(argv[2][0]); + cmd = tolower((unsigned char)argv[2][0]); argc -= 3; argv += 3; @ 1.1 log @filesystems/fuse: update to 3.18.2 Changelog too long. Refer to https://github.com/libfuse/libfuse/blob/master/ChangeLog.rst @ text @d1 1 a1 1 $NetBSD$ @