Re: CVS commit: src/sbin/newfs_msdos

2012-08-01 Thread Christos Zoulas
In article <20120731135245.5213217...@cvs.netbsd.org>, Jonathan A. Kollasch wrote: > >Log Message: >Use correct values for minimum and maximum cluster counts for the various FAT >types. These values come from a publically-avaliable document of an >infallible source that must not be named due to a

Re: CVS commit: src/sbin/newfs_msdos

2009-03-28 Thread David Holland
On Sun, Mar 29, 2009 at 10:47:58AM +0900, Izumi Tsutsui wrote: > > > > Add a cast to intmax_t and use %jd to print an off_t. > > > > Fixes at least the alpha and amd64 builds. > > > > > > Why not PRId64? > > > > It is future-safe. E.g. consider when in a few years we have to switch > > to

Re: CVS commit: src/sbin/newfs_msdos

2009-03-28 Thread Izumi Tsutsui
jo...@britannica.bec.de wrote: > On Sun, Mar 29, 2009 at 07:07:06AM +0900, Izumi Tsutsui wrote: > > > Modified Files: > > > src/sbin/newfs_msdos: newfs_msdos.c > > > > > > Log Message: > > > Add a cast to intmax_t and use %jd to print an off_t. > > > Fixes at least the alpha and amd64 builds. >

Re: CVS commit: src/sbin/newfs_msdos

2009-03-28 Thread Joerg Sonnenberger
On Sun, Mar 29, 2009 at 07:07:06AM +0900, Izumi Tsutsui wrote: > > Modified Files: > > src/sbin/newfs_msdos: newfs_msdos.c > > > > Log Message: > > Add a cast to intmax_t and use %jd to print an off_t. > > Fixes at least the alpha and amd64 builds. > > Why not PRId64? It is future-safe. E.g.

Re: CVS commit: src/sbin/newfs_msdos

2009-03-28 Thread Izumi Tsutsui
> Modified Files: > src/sbin/newfs_msdos: newfs_msdos.c > > Log Message: > Add a cast to intmax_t and use %jd to print an off_t. > Fixes at least the alpha and amd64 builds. Why not PRId64? --- Izumi Tsutsui