Add support for the -d (-o debug) option to libfuse. Currently works for FUSE
authorhelg <helg@openbsd.org>
Wed, 13 Dec 2017 12:30:18 +0000 (12:30 +0000)
committerhelg <helg@openbsd.org>
Wed, 13 Dec 2017 12:30:18 +0000 (12:30 +0000)
commitc839d22f400af536a5e6b6a85044549c984c0d01
treee1b7729a2f53db1707283fef9e50ac9a333006f7
parentd997417f91da30ef17aa5132aee92f99a4a9559c
Add support for the -d (-o debug) option to libfuse. Currently works for FUSE
file systems that call fuse_parse_cmdline(3), fuse_main(3) or
fuse_setup(3).

ok mpi@, jca@
lib/libfuse/Makefile
lib/libfuse/debug.c
lib/libfuse/debug.h
lib/libfuse/fuse.c