Module Name: src
Committed By: riastradh
Date: Fri Feb 19 03:43:42 UTC 2016
Modified Files:
src/sys/ufs/lfs: lfs_accessors.h
Log Message:
Various housekeeping.
- Include <ufs/lfs/lfs.h> for union lfs_dinode &c.
- Include <string.h> or <sys/systm.h> for memcpy.
- Avoid signedness mismatch in lfs dino accessor for `rdev'.
- Avoid shadowing global `index'.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/ufs/lfs/lfs_accessors.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.