History log of /netbsd-current/lib/librefuse/refuse_compat.c
Revision Date Author Comments
# 1.3 23-Jan-2022 rillig

librefuse: fix lint warnings about void function returning a value

lib/librefuse/refuse_compat.c(155):
error: void function fuse_unmount cannot return value [213]
lib/librefuse/refuse/v30.c(57):
error: void function fuse_destroy_v30 cannot return value [213]


# 1.2 22-Jan-2022 pho

lib/librefuse: Implement all sorts of compat tweaks to appease various file systems

ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE
3.10. Sorry for the freaking giant patch. I could not break it down
any further.


# 1.1 22-Jan-2022 pho

Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compatibility


# 1.2 22-Jan-2022 pho

lib/librefuse: Implement all sorts of compat tweaks to appease various file systems

ReFUSE now supports all the FUSE API variants from FUSE 1.1 to FUSE
3.10. Sorry for the freaking giant patch. I could not break it down
any further.


# 1.1 22-Jan-2022 pho

Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compatibility