> 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. --- Izumi Tsutsui