Module Name: src Committed By: dholland Date: Sat Oct 3 08:29:34 UTC 2015
Modified Files: src/sbin/fsck_lfs: lfs.c src/sys/ufs/lfs: lfs.h Log Message: Add lfs_checkword type for reading checksum data out of structures. This is always uint32_t, but having a name for it both makes things clearer and avoids confusion about whether it should be 32 or 64 bit. Note: deployed in only one place (that was erroneously tagged ondisk32) so far. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sbin/fsck_lfs/lfs.c cvs rdiff -u -r1.193 -r1.194 src/sys/ufs/lfs/lfs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.