CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/06 09:03:37
Modified files: sbin/newfs : newfs.c Log message: Don't change the size of the partition being newfs'd when sectorsize, either from the disklabel or via -S, is not 512 bytes. Disklabel partition sizes are sectors and not 512 byte blocks. One less 'block is 512 bytes' assumption. 2^32 or so to go. ok otto@ millert@