Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sbin/newfs_msdos



joerg%britannica.bec.de@localhost 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.
> > 
> > Why not PRId64?
> 
> It is future-safe. E.g. consider when in a few years we have to switch
> to 128bit off_t.

Hmm, if you seriously think about it, maybe PRIfoo for off_t is better.

Anyway, most our sources use PRId64 for off_t and time_t, though.

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index