diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2018-10-27 16:14:42 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2018-10-27 16:14:42 +0000 |
| commit | 6d305ab0b289686aeab9774cae15ef1e2da5c7be (patch) | |
| tree | 8495463a7d64559836d52c4c61404b80ee46dad9 /sys/geom/raid | |
| parent | 37136b849f71d99bc28b5c04d21794b3291936f1 (diff) | |
Notes
Diffstat (limited to 'sys/geom/raid')
| -rw-r--r-- | sys/geom/raid/g_raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/raid/g_raid.c b/sys/geom/raid/g_raid.c index 46748bba15cf..77b6bbf3ef17 100644 --- a/sys/geom/raid/g_raid.c +++ b/sys/geom/raid/g_raid.c @@ -2423,7 +2423,7 @@ g_raid_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, sbuf_printf(sb, "r%d(%s):%d@%ju", sd->sd_volume->v_global_id, sd->sd_volume->v_name, - sd->sd_pos, sd->sd_offset); + sd->sd_pos, (uintmax_t)sd->sd_offset); if (TAILQ_NEXT(sd, sd_next)) sbuf_printf(sb, ", "); } |
