Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/librefuse



Module Name:    src
Committed By:   pho
Date:           Wed Dec  1 13:51:33 UTC 2021

Modified Files:
        src/lib/librefuse: fuse_opt.h refuse_opt.c

Log Message:
Use correct types for the fields of struct fuse_opt

This change shouldn't make any behavioral differences in reality, but
compilers these days dislike converting -1U to int32_t implicitly,
which is indeed understandable.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/librefuse/fuse_opt.h
cvs rdiff -u -r1.19 -r1.20 src/lib/librefuse/refuse_opt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index