freebsd-skq/sbin/growfs
pfg de938e4059 MFC r256448, r257029;
Make di_blocks unsigned in UFS1 as is the case already for UFS2.
 Most of the code between UFS1 and UFS2 is shared so this change
 is pretty safe. Not only this makes UFS1 and 2 consistent but it
 also matches what NetBSD and MacOS X have for some years now.

UFS2: make di_extsize unsigned.
 di_extsize is the EA size and as such it should be unsigned.
 Adjust related types for consistency.

Reviewed by:	mckusick
2013-12-11 19:25:17 +00:00
..
debug.c MFC r256448, r257029; 2013-12-11 19:25:17 +00:00
debug.h
growfs.8 Remove superfluous paragraph macro. 2012-11-18 19:39:42 +00:00
growfs.c Allow the use of lowercase 'yes' 2013-05-08 18:55:38 +00:00
Makefile Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangle 2012-04-30 16:08:02 +00:00