Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: user/marcel/mkimg/gpt.c 263465 2014-03-21 04:52:46Z marcel $");
---
> __FBSDID("$FreeBSD: user/marcel/mkimg/gpt.c 263466 2014-03-21 05:30:27Z marcel $");
175a176
> int c, idx;
189c190,196
< /* TODO add support for labels */
---
> if (part->label != NULL) {
> idx = 0;
> while ((c = part->label[idx]) != '\0') {
> le16enc(ent->ent_name + idx, c);
> idx++;
> }
> }
275c282,283
< .nparts = 4096
---
> .nparts = 4096,
> .labellen = 36