CVS log for src/lib/librefuse/refuse/v30.c
Up to [cvs.NetBSD.org] / src / lib / librefuse / refuse
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 23 21:07:28 2022 UTC (2 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
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]
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 22 08:09:40 2022 UTC (2 years, 10 months ago) by pho
Branches: MAIN
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.
CVSweb <webmaster@jp.NetBSD.org>