CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/09 17:48:04
Modified files:
sbin/growfs : growfs.c
Log message:
Don't use p_size as if it was the full partition size, and don't
assume the disk sector size is 512-bytes. Use DL_GETPSIZE() to get
correct partition sizes and DL_SECTOBLK() to turn disk sector values
into 512-byte-block values.
