Deleted Added
full compact
18c18
< __FBSDID("$FreeBSD: head/sys/boot/common/util.c 249139 2013-04-05 09:14:30Z avg $");
---
> __FBSDID("$FreeBSD: head/sys/boot/common/util.c 300056 2016-05-17 14:10:45Z imp $");
122a123
> uint16_t *S;
145a147,150
> case 'S': /* Assume console can cope with wide chars */
> for (S = va_arg(ap, uint16_t *); *S != 0; S++)
> putchar(*S);
> break;