Module Name: src Committed By: riz Date: Wed Dec 1 17:33:45 UTC 2010
Modified Files: src/sbin/resize_ffs: resize_ffs.c Log Message: Clean up this file: - sync usage comment with current reality - sort includes - wrap lines - use EXIT_FAILURE consistently - make error messages consistent: Cannot->Can't - Remove "Old FFSv1 macros" in favor of system macros in ufs/ffs/fs.h . Leave dblksize() because it uses the on-disk dinode structure. More cleanup is needed. No functional changes intended. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/resize_ffs/resize_ffs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.