summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_pdev.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2019-12-06 19:36:21 +0000
committerchristos <christos@NetBSD.org>2019-12-06 19:36:21 +0000
commit360659a15ed8589bc7629f326343ccbcef2201ab (patch)
treeb490d919e855c8b586502d73ba53e34907b42028 /sys/dev/dm/dm_pdev.c
parentb1c6cddb0392187e9f6aa2ded0ccd9006e3e934c (diff)
Formalize that the printf formats should be uintmax_t so we can
uniformly use 'j' in the user-provided formatting strings instead of depending on _LP64 to use 'll' or 'l' (and the PRI macros). The alternative is to parse the printf format manually to determine which modifier to apply which would make this transparent to the user (they could still always use '%u' or '%x'), but that's too painful.
Diffstat (limited to 'sys/dev/dm/dm_pdev.c')
0 files changed, 0 insertions, 0 deletions