Re: CVS commit: src/sbin/newfs_v7fs

2011-07-19 Thread Matthias Scheler
On Tue, Jul 19, 2011 at 08:20:52AM +0900, tsugutomo.en...@jp.sony.com wrote: > > Log Message: > > Don't use roundup2(9) (which should have been howmany(9) anyway) to > > fix builds on platforms other than NetBSD. > > Since usr.sbin/makefs/cd9660.[ch] already uses howmany(), we can use it > here to

Re: CVS commit: src/sbin/newfs_v7fs

2011-07-18 Thread tsugutomo . enami
Matthias Scheler writes: > Log Message: > Don't use roundup2(9) (which should have been howmany(9) anyway) to > fix builds on platforms other than NetBSD. Since usr.sbin/makefs/cd9660.[ch] already uses howmany(), we can use it here too, can't we? enami.