Add a missing parameter when displaying GPT partitions with an unknown

UUID.

Submitted by:	Pawel Worach  pawel.worach | gmail
MFC after:	1 week
This commit is contained in:
John Baldwin 2009-06-01 14:20:13 +00:00
parent ba98ce6bad
commit 4fdf20550c

View File

@ -387,6 +387,7 @@ bd_printgptpart(struct open_disk *od, struct gpt_part *gp, char *prefix,
sprintf(line, "%s: FreeBSD swap%s\n", prefix, stats);
else
sprintf(line, "%s: %08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x%s\n",
prefix,
gp->gp_type.time_low, gp->gp_type.time_mid,
gp->gp_type.time_hi_and_version,
gp->gp_type.clock_seq_hi_and_reserved, gp->gp_type.clock_seq_low,