Module Name: src Committed By: pho Date: Fri Dec 3 17:12:17 UTC 2021
Modified Files: src/lib/libpuffs: puffs.3 puffs.c puffs.h Log Message: Use size_t in place of voff_t in puffs_setrootinfo(3) Chuck Silvers pointed out that voff_t was also supposed to be kernel-only. The correct type to use in userland would be off_t, but since changing vsize_t to either voff_t or off_t is an ABI change on 32-bit platforms, we use size_t knowing that it is technically incorrect. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/lib/libpuffs/puffs.3 cvs rdiff -u -r1.126 -r1.127 src/lib/libpuffs/puffs.c cvs rdiff -u -r1.129 -r1.130 src/lib/libpuffs/puffs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.