Module Name: src Committed By: rillig Date: Tue Sep 14 20:13:03 UTC 2021
Modified Files: src/sbin: Makefile.inc src/sbin/fsck_lfs: Makefile src/sbin/newfs_lfs: Makefile src/sbin/resize_ffs: Makefile Log Message: sbin: enable lint for almost all programs The programs fsck_lfs and newfs_lfs both trigger a longstanding bug in lint that is difficult to fix, so ignore them for now. For resize_ffs, lint thinks that 'struct fs' is incomplete, but GCC and Clang accept it. Needs further investigation. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sbin/Makefile.inc cvs rdiff -u -r1.22 -r1.23 src/sbin/fsck_lfs/Makefile cvs rdiff -u -r1.14 -r1.15 src/sbin/newfs_lfs/Makefile cvs rdiff -u -r1.6 -r1.7 src/sbin/resize_ffs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.