Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sbin/disklabel
On Sun, 09 Jan 2011, Izumi Tsutsui wrote:
> > Modified Files:
> > src/sbin/disklabel: interact.c main.c printlabel.c
> >
> > Log Message:
> > Change printf formats to match the data type of the values being
> > printed. There's now a lot of PRIu16 and PRIu32, some PRIu8, some
> > SCNu32, and a few cases where %u and %d were reversed.
>
> Probably you also have to add them (at least PRIu8 and SCNu32)
> into tools/compat/compat_defs.h for src/tools/disklabel.
OK, done.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index